Skip to content

Releases: JakeSidSmith/eslint-config-jakesidsmith

XMLHttpRequest global

04 Apr 10:30
a408c5d
Compare
Choose a tag to compare

Dependency updates

16 May 13:41
Compare
Choose a tag to compare

Update dependencies, out of date rules & add getComputedStyle global

#10
#11

Add cancelAnimationFrame global to browser config

27 Feb 00:54
Compare
Choose a tag to compare

New structure fixes

18 Feb 17:25
Compare
Choose a tag to compare

Update package name

18 Feb 17:13
Compare
Choose a tag to compare

The package now installs as eslint-config-jakesidsmith allowing extending in the following manner:

{
  "extends": [
    "jakesidsmith/react",
    "jakesidsmith/es6"
  ]
}

New structure with sub modules

18 Feb 16:57
Compare
Choose a tag to compare

Restructure files to allow extending in the following way:

{
  "extends": [
    "eslintrc/react",
    "eslintrc/es6"
  ]
}

Also add config for Jest & React Native

JSX handler update

12 Aug 15:11
Compare
Choose a tag to compare

Change JSX handlers to be prefixed with 'on'

Change made as it caused issues passing handlers down multiple levels

Mocha configurations

28 Apr 19:04
Compare
Choose a tag to compare

Added configurations with mocha globals that extend all existing configurations

Initial release

26 Apr 13:49
Compare
Choose a tag to compare

Initial release with the following linting configurations:

  • es5
  • es6
  • es5-react
  • es6-react