Skip to content

Commit f240c8b

Browse files
author
Ray Schamp
committed
fix(base): Set default rules to JS-only
This way, each project can use only the relevant rules
1 parent b6b895b commit f240c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['./js.js', './es6.js', './react.js']
2+
extends: ['./js.js']
33
};

0 commit comments

Comments
 (0)