Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Feb 16, 2020
1 parent 2096475 commit f776466
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 134 deletions.
11 changes: 10 additions & 1 deletion .eslintrc
@@ -1,7 +1,16 @@
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module"
},
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
},
"extends": ["kotori"]
"extends": [
"kotori"
]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"coveralls": "^2.13.1",
"cross-env": "^5.0.5",
"eslint": "^4.4.1",
"eslint-config-kotori": "^0.2.4",
"eslint-config-kotori": "^0.3.5",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
Expand Down

0 comments on commit f776466

Please sign in to comment.