Releases: qualitybath/eslint-config-qualitybath
Releases · qualitybath/eslint-config-qualitybath
update filenames rule
A few more changes...
- allow setState in componentDidMount
- Allow filename to start with uppercase
disable `arrow-body-style`
We were manually turning it into a warning in the.eslintrc
in most projects anyway.
Spaces Win
- Switch to spaces
- Increase
max-len
to 120 from default of 100 - allow param prop reassign (we kinda need this for express where you always modify
req
) - make
console.log
an error - allow functions to be used before they are defined
And more....
Use babel-eslint as the parser
The airbnb config stopped relying on babel-eslint so now we gotta set it ourselves to continue using some es7 features
Switch filename rule to from camelCase to kebab-case
v3.0.0 v3.0.0
switch to eslint-config-airbnb
We used to use the airbnb config from eslint-config-defaults
.
We now use eslint-config-airbnb
directly.
allow anonymous functions
v1.0.3 v1.0.3
add react specific overrides
v1.0.2 v1.0.2
disable browser mode
v1.0.1 v1.0.1