Skip to content

Commit

Permalink
Merge pull request OptimalBits#1545 from gabegorelick/line-endings
Browse files Browse the repository at this point in the history
chore: fix line endings
  • Loading branch information
stansv authored Nov 9, 2019
2 parents a379c9f + 6b996a9 commit 01ce4d7
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
env:
node: true

parserOptions:
ecmaVersion: 8

extends:
- eslint:recommended
- plugin:mocha/recommended
- plugin:node/recommended

plugins:
- mocha
- node

rules:
valid-jsdoc: 0
func-style: 0
no-use-before-define: 0
camelcase: 1
no-unused-vars: 2
no-alert: 2
no-console: [2, { allow: ['warn', 'error'] }]
no-underscore-dangle: 0

strict: [2, 'global']
no-var: 2
prefer-arrow-callback: 2
prefer-const: 2
no-inner-declarations: 0
object-shorthand: [2, 'consistent-as-needed']
newline-per-chained-call: 2

mocha/no-exclusive-tests: 2
mocha/no-hooks-for-single-case: 0
mocha/no-mocha-arrows: 0
mocha/no-setup-in-describe: 0
mocha/no-sibling-hooks: 0
mocha/no-skipped-tests: 0

node/no-deprecated-api: 0
env:
node: true

parserOptions:
ecmaVersion: 8

extends:
- eslint:recommended
- plugin:mocha/recommended
- plugin:node/recommended

plugins:
- mocha
- node

rules:
valid-jsdoc: 0
func-style: 0
no-use-before-define: 0
camelcase: 1
no-unused-vars: 2
no-alert: 2
no-console: [2, { allow: ['warn', 'error'] }]
no-underscore-dangle: 0

strict: [2, 'global']
no-var: 2
prefer-arrow-callback: 2
prefer-const: 2
no-inner-declarations: 0
object-shorthand: [2, 'consistent-as-needed']
newline-per-chained-call: 2

mocha/no-exclusive-tests: 2
mocha/no-hooks-for-single-case: 0
mocha/no-mocha-arrows: 0
mocha/no-setup-in-describe: 0
mocha/no-sibling-hooks: 0
mocha/no-skipped-tests: 0

node/no-deprecated-api: 0

0 comments on commit 01ce4d7

Please sign in to comment.