Skip to content

Commit d3abdb6

Browse files
committedJun 3, 2020
Add more extensions to import/extensions rule
1 parent aa8508b commit d3abdb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

Diff for: ‎config/plugins.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ module.exports = {
165165
{
166166
js: 'never',
167167
jsx: 'never',
168-
json: 'always'
168+
json: 'always',
169+
svg: 'always',
170+
css: 'always'
169171
}
170172
],
171173

0 commit comments

Comments
 (0)
Please sign in to comment.