This repository was archived by the owner on Mar 7, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +179
-150
lines changed
Expand file tree Collapse file tree 4 files changed +179
-150
lines changed Original file line number Diff line number Diff line change 11[ eslint-url ] : http://eslint.org
22[ travis-badge ] : https://travis-ci.org/strvcom/eslint-config-javascript.svg
33[ travis-url ] : https://travis-ci.org/strvcom/eslint-config-javascript
4- [ eslint-version ] : https://img.shields.io/badge/ESLint-^4.19.1 -brightgreen.svg
4+ [ eslint-version ] : https://img.shields.io/badge/ESLint-^5.0.0 -brightgreen.svg
55[ eslint-fixing ] : http://eslint.org/docs/user-guide/command-line-interface#fix
66[ flow-home ] : https://flow.org
77[ react-home ] : http://reactjs.com
Original file line number Diff line number Diff line change @@ -23,9 +23,7 @@ module.exports = {
2323 // This rule looks for any underscores (_) located within the source code. It ignores leading
2424 // and trailing underscores and only checks those in the middle of a variable name. If ESLint
2525 // decides that the variable is a constant (all uppercase), then no warning will be thrown.
26- camelcase : [ 'warn' , {
27- properties : 'always' ,
28- } ] ,
26+ camelcase : [ 'warn' ] ,
2927
3028 // Require Consistent This
3129 // This rule designates a variable as the chosen alias for `this`.
You can’t perform that action at this time.
0 commit comments