Added app/javascript for imports
This commit is contained in:
parent
4f01e6e8d5
commit
119d477c8b
|
@ -29,6 +29,11 @@ settings:
|
||||||
import/ignore:
|
import/ignore:
|
||||||
- node_modules
|
- node_modules
|
||||||
- \\.(css|scss|json)$
|
- \\.(css|scss|json)$
|
||||||
|
import/resolver:
|
||||||
|
node:
|
||||||
|
moduleDirectory:
|
||||||
|
- node_modules
|
||||||
|
- app/javascript
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
brace-style: warn
|
brace-style: warn
|
||||||
|
|
Loading…
Reference in New Issue