Skip to content

Commit

Permalink
change eslint config file to json
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Jan 9, 2020
1 parent e59e1c7 commit fdb162e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .eslintrc.js

This file was deleted.

22 changes: 22 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"root": true,
"env": {
"browser": true,
"es6": true
},
"extends": [
// 'prettier',
// 'plugin:prettier/recommended',
"standard"
],
"plugins": [
// 'prettier'
],
"rules": {
// 'prettier/prettier': 'error',
"indent": ["error", "tab"],
"semi": ["error", "always"],
"no-tabs": "off"
}
}

0 comments on commit fdb162e

Please sign in to comment.