mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-08 07:55:14 +00:00
Merge pull request #196 from glitch-soc/fix-imports
Added app/javascript for imports
This commit is contained in:
commit
664c9aa708
|
@ -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 a new issue