Skip to content

Commit

Permalink
.eslintrc.json: Configure eslint to use honor Mixxx coding conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jan 16, 2020
1 parent 6013f2c commit 33f0f5c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
},
"rules": {
"no-unused-vars": ["error", { "vars": "all", "args": "none" }],
"no-undef": "off",
"no-fallthrough": "off",
"no-mixed-spaces-and-tabs": "off",
"no-console": "off",
"indent": "off",
"semi": "off",
"no-tabs": "off",
"quotes": ["warn", "double"],
"eqeqeq": ["error", "always"],
"camelcase": "error",
"no-redeclare": "off",
"curly": "off",
"dot-location": "off",
"getter-return": "off",
"yoda": "off",
Expand Down

0 comments on commit 33f0f5c

Please sign in to comment.