File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,13 @@ module.exports = {
201
201
// https://github.com/gajus/eslint-plugin-flowtype
202
202
'flowtype/define-flow-type' : 'warn' ,
203
203
'flowtype/require-valid-file-annotation' : 'warn' ,
204
- 'flowtype/use-flow-type' : 'warn'
204
+ 'flowtype/use-flow-type' : 'warn' ,
205
+
206
+ // Jim Pick's style
207
+ 'semi' : [ 'warn' , 'never' ] ,
208
+ 'max-len' : [ 'warn' , 80 , 2 ] ,
209
+ 'space-before-function-paren: [ ' warn ', 'always' ] ,
210
+ 'react/wrap-multilines' : 'warn' ,
211
+ 'react/prefer-stateless-function' : 'off'
205
212
}
206
213
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jimpick/react-scripts" ,
3
- "version" : " 0.3.0-alpha" ,
3
+ "version" : " 0.3.0-alpha.1 " ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " facebookincubator/create-react-app" ,
6
6
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments