Skip to content

Commit

Permalink
Merge pull request #1473 from fearphage/eslint-yaml
Browse files Browse the repository at this point in the history
Simplified eslint config (js -> yaml)
  • Loading branch information
mroderick committed Jun 28, 2017
2 parents d22eda3 + e1d188c commit 6adba15
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
22 changes: 22 additions & 0 deletions test/.eslintrc
@@ -0,0 +1,22 @@
env:
mocha: true

plugins:
- mocha

rules:
max-nested-callbacks: off
no-restricted-syntax: [error, 'TryStatement']

# Mocha Plugin - https://github.com/lo1tuma/eslint-plugin-mocha
mocha/handle-done-callback: error
mocha/no-exclusive-tests: error
mocha/no-global-tests: error
mocha/no-hooks-for-single-case: off
mocha/no-identical-title: error
mocha/no-mocha-arrows: error
mocha/no-nested-tests: error
mocha/no-return-and-callback: error
mocha/no-sibling-hooks: error
mocha/no-skipped-tests: warn
mocha/no-top-level-hooks: error
29 changes: 0 additions & 29 deletions test/.eslintrc.js

This file was deleted.

0 comments on commit 6adba15

Please sign in to comment.