Skip to content

Releases: teppeis/eslint-config-teppeis

v6.6.1

25 Feb 09:25
78f9b27
Compare
Choose a tag to compare
  • fix: add eslint-config-prettier to peerDeps for npm@2 (Node v4) 120323c

v6.6.0

25 Feb 09:22
c616b97
Compare
Choose a tag to compare
  • feat: change prettier trailingComma from all to es5 (#89)

v6.5.0

25 Feb 07:31
297afea
Compare
Choose a tag to compare
  • Add Prettier extension #88

v6.4.0

24 Feb 06:57
cc33334
Compare
Choose a tag to compare
  • add es2018 presets
  • update node-v8 preset to v8.3+
  • update eslint-plugin-node@6.0.1
  • update eslint@4.18.0
    • "comma-style": [2, "last", {exceptions: {NewExpression: false}}]

v6.3.1...v6.4.0

v6.3.1

24 Feb 06:55
baf82c2
Compare
Choose a tag to compare
  • disable no-undefined. This is prevented by no-global-assign and no-shadow-restricted-names.

v6.3.0

24 Feb 06:54
84c75bd
Compare
Choose a tag to compare
  • update eslint@4.10.0
    • "generator-star-spacing": [2, {named: "after", anonymous: "neither", method: "neither"}]
  • update eslint-plugin-eslint-comments@2.0.0
  • update eslint-plugin-node@5.2.1

v6.2.0...v6.3.0

v6.2.0

24 Feb 06:51
0c540d3
Compare
Choose a tag to compare
  • disable no-catch-shadow and no-shadow

v6.1.0

24 Feb 06:51
6a5bbd0
Compare
Choose a tag to compare
  • enable getter-return

v6.0.0

15 Aug 17:07
8ee504d
Compare
Choose a tag to compare
  • Update ESLint v4 and many breaking changes in #65

v3.9.0

10 Jan 15:56
9dac5c7
Compare
Choose a tag to compare
  • support eslint@3.11 (#52)
    • add require-await