mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2024-10-31 20:08:45 +00:00
remove annoyances
This commit is contained in:
parent
c075c2c246
commit
a041bb8c1c
@ -49,8 +49,6 @@ rules:
|
|||||||
# Variables
|
# Variables
|
||||||
# http://eslint.org/docs/rules/#variables
|
# http://eslint.org/docs/rules/#variables
|
||||||
no-delete-var: 2
|
no-delete-var: 2
|
||||||
no-undef: 2
|
|
||||||
no-unused-vars: [2, {args: none}]
|
|
||||||
|
|
||||||
# Node.js and CommonJS
|
# Node.js and CommonJS
|
||||||
# http://eslint.org/docs/rules/#nodejs-and-commonjs
|
# http://eslint.org/docs/rules/#nodejs-and-commonjs
|
||||||
@ -87,7 +85,6 @@ rules:
|
|||||||
SwitchCase: 1}]
|
SwitchCase: 1}]
|
||||||
key-spacing: [2, {mode: minimum}]
|
key-spacing: [2, {mode: minimum}]
|
||||||
linebreak-style: [2, unix]
|
linebreak-style: [2, unix]
|
||||||
max-len: [2, {ignoreUrls: true, tabWidth: 2}]
|
|
||||||
new-parens: 2
|
new-parens: 2
|
||||||
no-mixed-spaces-and-tabs: 2
|
no-mixed-spaces-and-tabs: 2
|
||||||
no-multiple-empty-lines: [2, {max: 2, maxEOF: 0, maxBOF: 0}]
|
no-multiple-empty-lines: [2, {max: 2, maxEOF: 0, maxBOF: 0}]
|
||||||
|
Loading…
Reference in New Issue
Block a user