Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
update .eslintrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Jan 6, 2017
1 parent 7b02af5 commit cf90712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ rules:
import/no-extraneous-dependencies: ## checks if required modules are missing in packages.json
- error
- devDependencies: ## declares files, whose imports belong to devDependencies
- "**/scripts/*.js"
- "**/scripts/build-dist.js"
- "**/tests/_base.js"
- "**/*.test.js"

globals: # don't warn about missing declarations
Expand Down

0 comments on commit cf90712

Please sign in to comment.