1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Make prefer-default-export rule warning

This commit is contained in:
Denis Demchenko
2019-04-18 21:33:45 +03:00
parent b55b0bb540
commit 18881fdd97

View File

@@ -7,6 +7,7 @@ rules:
- 'error'
- 'ignorePackages'
- {js: 'always'}
import/prefer-default-export: 1
plugins:
- ava