Browse Source

Tabs in ESLint config

pull/5/head
Thomas Rory Gummerson 7 years ago
parent
commit
1de71a28cb
  1. 38
      .eslintrc.json

38
.eslintrc.json

@ -1,21 +1,21 @@
{ {
"env": { "env": {
"node": true "node": true
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"rules": { "rules": {
"no-console": "off", "no-console": "off",
"indent": [ "indent": [
"error", "error",
"tab" "tab"
], ],
"linebreak-style": [ "linebreak-style": [
"error", "error",
"unix" "unix"
], ],
"semi": [ "semi": [
"error", "error",
"always" "always"
] ]
} }
} }
Loading…
Cancel
Save