Enable prettier eslint plugin

This commit is contained in:
Rafael Oleza 2019-05-23 16:34:24 +02:00
parent 677bbb7f0b
commit b17f4cbf68
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
spec/fixtures/**/*.js **/spec/fixtures/**/*.js
node_modules node_modules
/vendor/ /vendor/
/out/ /out/

View File

@ -25,7 +25,7 @@
"rules": { "rules": {
"standard/no-callback-literal": ["off"], "standard/no-callback-literal": ["off"],
"node/no-deprecated-api": ["off"], "node/no-deprecated-api": ["off"],
"prettier/prettier": ["off"] // disable prettier rules for now. "prettier/prettier": ["error"]
}, },
"overrides": [ "overrides": [
{ {
@ -41,4 +41,4 @@
} }
} }
] ]
} }

View File

@ -1,4 +1,3 @@
{ {
"semi": false,
"singleQuote": true "singleQuote": true
} }