Skip to content

Releases: stackr23/config-eslint

v2.0.4

20 Sep 08:46
Compare
Choose a tag to compare

2.0.4 (2021-09-20)

🔧 Configs

  • add jest plugin to node/react env (e4913b9)
  • add babel config for eslint (bf86a60)
  • npm: set babels targets to "esmodules": true (ca3592c)
  • rules-react: set prop-types and display-name to 'warn' (d663952)
  • rules-ts: set react/prop-types to off (b45c1dd)
  • rules: add various typescript rules (1616da1)
  • tsconfig: add "strictNullChecks": true (60046e4)

📦 Dependencies

  • add react for eslint-plugin-detect (26f2bc6)

v2.0.3

13 Sep 13:34
Compare
Choose a tag to compare

2.0.3 (2021-09-13)

🔧 Configs

  • env-react: extend with 'rules/typescript' (a581beb)
  • env-react: remove duplicate extend of @typescript-eslint/eslint-recommended (853db8c)
  • rule: set no-return-await to 'warn' (e7cabf1)
  • rules: add rules/typescript (5d80c58)
  • rules: change no-var-requires (797e1c5)
  • rules: change non-critical rules to 'warn' (7f314ea)
  • rules: remove deprecated TS rules (8e61a3b)
  • tsconfig: allowJs: true (61617fa)
  • tsconfig: add paths mapping (0b20fec)
  • use @babel/eslint-parser instead of babel-eslint (d9fa81b)

v2.0.2

09 Sep 12:51
Compare
Choose a tag to compare

2.0.2 (2021-09-09)

🪲 Bug Fixes

  • tsconfigRootDir: use process.cwd() as function (142924c)

🔧 Configs

  • rules: allowSeparatedGroups in sort-import (8b3656c)
  • set settings.react.version: 'detect' (30d01cc)

v2.0.1

08 Sep 10:55
Compare
Choose a tag to compare

2.0.1 (2021-09-08)

🔧 Configs

  • ci: remove circleCI config (578a4c3)
  • ci: remove travis config (6d2800c)
  • CI: add 'semantic-release' config (f3c4adf)
  • CI: remove circleCI config (7031383)
  • gh-action: add 'semantic-release' workflow (a5ec8a1)
  • npm: move prettier to 'format' script (5fbb246)
  • rules: add 'key-spacing' rules (43ce88e)
  • rules: add 'keyword-spacing' (before and after) (8fa577f)
  • rules: add 'max-len' warning (38b8e6c)
  • rules: add 'no-implicit-globals' (9b04a44)
  • rules: add 'one-var' settings (9f330a6)
  • rules: allow JSX in .ts? files (f99d269)
  • rules: change indent for variables declarations (8fa11bc)
  • rules: changed some basic rules (4a9afef)
  • vsCode: remove setting to use global user setting (9017b79)
  • vsCode: remove setting to use global user setting (fa075f2)

📦 Dependencies

  • upgrade all dependencies and remove unused (#2) (1a6f9ad)