Skip to content

Commit

Permalink
Merge pull request #6 from MailOnline/fix/allow-import-of-css-files
Browse files Browse the repository at this point in the history
Fix: import with explicit side-effect triggered when importing CSS
  • Loading branch information
xram authored Apr 16, 2018
2 parents aa3e3d1 + 488f7ec commit a7cdbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const commonRules = {
'no-dynamic-delete': true,
'no-empty': false,
'no-implicit-dependencies': [true, 'dev'],
'no-import-side-effect': true,
'no-import-side-effect': [true, {"ignore-module": "\\.css$"}],
'no-invalid-template-strings': true,
'no-invalid-this': true,
'no-magic-numbers': true,
Expand Down

0 comments on commit a7cdbb8

Please sign in to comment.