We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac63d3 commit 6880765Copy full SHA for 6880765
.rubocop.yml
@@ -0,0 +1,9 @@
1
+# Root config reuses the one from react_on_rails for now,
2
+# later it should be the other way around
3
+inherit_from: react_on_rails/.rubocop.yml
4
+
5
+AllCops:
6
+ Exclude:
7
+ - 'gen-examples/**/*'
8
+ - 'react_on_rails/**/*'
9
+ - 'react_on_rails_pro/**/*'
0 commit comments