]> cat aescling's git repositories - mastodon.git/commitdiff
Added app/javascript for imports
authorkibigo! <marrus-sh@users.noreply.github.com>
Tue, 24 Oct 2017 03:22:48 +0000 (20:22 -0700)
committerkibigo! <marrus-sh@users.noreply.github.com>
Tue, 24 Oct 2017 03:22:48 +0000 (20:22 -0700)
.eslintrc.yml

index 7c6da9d57a032630fa60d085d38c803b4a1fdabd..b1b38351cdb2f9cc71424e911ccdfa1fef7666a1 100644 (file)
@@ -29,6 +29,11 @@ settings:
   import/ignore:
   - node_modules
   - \\.(css|scss|json)$
+  import/resolver:
+    node:
+      moduleDirectory:
+        - node_modules
+        - app/javascript
 
 rules:
   brace-style: warn
This page took 0.025349 seconds and 3 git commands to generate.