Tell eslint to allow usage of dev dependencies in frontend code.

feature/webpack
Icedream 2017-08-26 01:58:24 +02:00
parent 437ebf3e25
commit 22587e4e2a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 0 deletions

4
src/.eslintrc.yaml Normal file
View File

@ -0,0 +1,4 @@
rules:
import/no-extraneous-dependencies:
- error
- devDependencies: true