Skip to content

Commit 6e260ea

Browse files
authored
Change folder/file structure to better match eslint-plugin-react
Change folder/file structure to better match eslint-plugin-react
2 parents 636141a + 8be5dbe commit 6e260ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js renamed to index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
// import all rules in lib/rules
1717
module.exports.rules = {
18-
'no-this-state-props': require('./rules/no-this-state-props')
18+
'no-this-state-props': require('.lib/rules/no-this-state-props')
1919
};

0 commit comments

Comments
 (0)