Skip to content

Commit

Permalink
Merge pull request json-editor#687 from tohosaku/websemantics
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 authored Mar 18, 2020
2 parents 93191e2 + 21fc886 commit e02ff01
Show file tree
Hide file tree
Showing 97 changed files with 6,926 additions and 6,397 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends":["standard"]
"extends":["standard"],
"env": {"browser": true}
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/node_modules/
/.idea/
/dist/
/www/
/e2e/
/tests/codeceptjs/output
.vscode
.env
/src/themes/*.json
/src/themes/*.css.js
/src/editors/*.css.js
Loading

0 comments on commit e02ff01

Please sign in to comment.