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