Skip to content

Releases: qualitybath/eslint-config-qualitybath

update filenames rule

02 Jan 20:51
Compare
Choose a tag to compare

Rule name changed from filenames/filenames to filenames/match-regex

A few more changes...

02 Jan 20:50
Compare
Choose a tag to compare
  • allow setState in componentDidMount
  • Allow filename to start with uppercase

disable `arrow-body-style`

27 Mar 21:07
Compare
Choose a tag to compare

We were manually turning it into a warning in the.eslintrc in most projects anyway.

Spaces Win

14 Mar 20:45
Compare
Choose a tag to compare
  1. Switch to spaces
  2. Increase max-len to 120 from default of 100
  3. allow param prop reassign (we kinda need this for express where you always modify req)
  4. make console.log an error
  5. allow functions to be used before they are defined

And more....

Use babel-eslint as the parser

02 Dec 04:16
Compare
Choose a tag to compare

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

16 Nov 16:29
Compare
Choose a tag to compare

switch to eslint-config-airbnb

29 Oct 18:21
Compare
Choose a tag to compare

We used to use the airbnb config from eslint-config-defaults.
We now use eslint-config-airbnb directly.

allow anonymous functions

29 Oct 18:16
Compare
Choose a tag to compare

add react specific overrides

29 Oct 18:15
Compare
Choose a tag to compare

disable browser mode

20 Aug 03:15
Compare
Choose a tag to compare
v1.0.1

v1.0.1