Skip to content

Commit

Permalink
Chore: remove unused setting in .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 31, 2016
1 parent 02e9767 commit 07bfec5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.json
Expand Up @@ -4,12 +4,5 @@
"rules": {
"prefer-rest-params": "off",
"prefer-spread": "off"
},
"settings": {
"node": {
"convertPath": {
"src/**/*.js": ["^src/(.+)$", "$1"]
}
}
}
}

0 comments on commit 07bfec5

Please sign in to comment.