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