This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge pull request
#196
from glitch-soc/fix-imports
Added app/javascript for imports
closed-social-glitch-2
David Yip
7 years ago
committed by
GitHub
parent
4f01e6e8d5
119d477c8b
commit
664c9aa708
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.eslintrc.yml
+ 5
- 0
.eslintrc.yml
View 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
Write
Preview
Loading…
Cancel
Save