Browse Source

We're only extending a single ESLint config

master
Leo Lamprecht 8 years ago
parent
commit
6f76fc4612
  1. 4
      package.json

4
package.json

@ -34,9 +34,7 @@
"ignores": [
"test/_fixtures/**"
],
"extends": [
"prettier"
]
"extends": "prettier"
},
"lint-staged": {
"*.js": [

Loading…
Cancel
Save