remove annoyances

This commit is contained in:
Dennis Brown 2017-03-29 23:07:43 -05:00
parent c075c2c246
commit a041bb8c1c
1 changed files with 0 additions and 3 deletions

View File

@ -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}]