Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Mar 4, 2020
1 parent cd8d779 commit f7df18d
Show file tree
Hide file tree
Showing 3 changed files with 1,032 additions and 938 deletions.
11 changes: 0 additions & 11 deletions .eslintrc
@@ -1,15 +1,4 @@
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module"
},
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
},
"extends": [
"kotori"
]
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -47,7 +47,6 @@
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
Expand All @@ -58,8 +57,8 @@
"clean-webpack-plugin": "^0.1.17",
"coveralls": "^2.13.1",
"cross-env": "^5.0.5",
"eslint": "^4.4.1",
"eslint-config-kotori": "^0.3.5",
"eslint": "^6.8.0",
"eslint-config-kotori": "^0.5.1",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
Expand Down

0 comments on commit f7df18d

Please sign in to comment.