mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-11 12:10:36 +08:00
Removed manual wrapping of JSX code to bypass jshint errors and advised usage of JSXHint.
Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"quotmark": "false",
|
||||
"regexp": true,
|
||||
"undef": true,
|
||||
"unused": false,
|
||||
|
||||
Reference in New Issue
Block a user