Skip to content

Releases: github/eslint-plugin-github

v4.1.0

16 Jul 11:02
Compare
Choose a tag to compare
  • Add require-passive-events rule (#110), and add to browser config
  • Add prefer-observers rule (#110), and add to browser config
  • Add no-useless-passive rule (#110), and add to browser config

v4.0.1

27 May 09:57
d186731
Compare
Choose a tag to compare
  • Don't extends configs in the browser and internal configs (#108)

v4.0.0

22 May 09:08
01080b3
Compare
Choose a tag to compare

Version 4.0.0-1 has been out for a while and considered stable.

In this major version we've dropped react/graphql/relay support and beefed up the TypeScript support. The prettier config has been moved into github/prettier-config. Additionally we've removed the initialization scripts that generate configurations so this package is more in line with other sharable ESLint configs.

v4.0.0-1

03 Apr 08:35
46b2170
Compare
Choose a tag to compare
v4.0.0-1 Pre-release
Pre-release
  • Merge pull request #104 from github/change-typescript-rules 9f552f1
  • turn off interface-name-prefix rule be71c95
  • turn off no-unused-vars rule in typescript config eae37ab
  • Merge pull request #103 from github/use-prettier-config-package 54bd28d
  • use prettier from npm package 40fbc4a

v4.0.0-0...v4.0.0-1

v4.0.0-0

27 Mar 12:30
ee6c421
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release

Prerelease with multiple breaking changes. See changelog below:

  • Merge pull request #101 from github/fix-camelcase-rule-in-typescript-config a6c489b
  • Merge pull request #102 from github/disable-no-none-null-assertion-rule 882f4ed
  • turn off no-non-nul-assertion rule 7bbc89a
  • turn eslint camelcase rule off in typescript config 9b9bba3
  • Merge pull request #100 from github/update-deps a50a31a
  • update svg-element-attributes 14f8162
  • update @typescript-eslint packages to their latest versions bedd852
  • update mocha 4d10286
  • update eslint and friends d77c6e5
  • Merge pull request #99 from github/remove-scripts ccd340b
  • Merge pull request #91 from github/dependabot/npm_and_yarn/acorn-7.1.1 f547093
  • Create CODEOWNERS 31cc05e
  • remove docs/configs.md 268bb01
  • fix weird docs example fb3a5aa
  • update README e1463cc
  • remove scripts dd6beed
  • Merge pull request #98 from github/rename-app-config 4128e9c
  • move try catch into async function a9f54ea
  • make sure to call top-level async function 4f0b7bd
  • actually do a await / async conversion 3fcb3b7
  • Merge pull request #97 from github/use-typescript-parser-in-typescript-config 5711f95
  • fix github/no-then violations 70abdb8
  • rename app config to internal config 6b23802
  • remove es6 config docs c0b6a73
  • move general rules out of app config be0a129
  • use typescript-eslint/parser as parser in typescript config c163a69
  • Merge pull request #96 from github/merge-es6-into-other-configs a7b8b84
  • fix prefer-for-of violations 054b28d
  • fix no-vars violation 351ff5e
  • merge config/es6 into config/recommended 986bdd1
  • Merge pull request #95 from github/remove-unused-module-rules-and-scripts 6e4f49c
  • remove unused module rules and scripts ab91f98
  • Merge pull request #94 from github/remove-node-config-and-babel 7bbc2a1
  • remove babel 396744b
  • remove node config 3c06626
  • Merge pull request #93 from github/remove-flow-and-jsdoc e278c1f
  • fix eslint issues 47c398c
  • remove jsdoc 68677f2
  • remove flow ae60a56
  • Merge pull request #92 from github/remove-react 54e17c2
  • remove graphql cf0645c
  • remove relay config b3b6aa4
  • Bump acorn from 7.1.0 to 7.1.1 c4fa045
  • remove react config a6fc17f

v3.4.1...v4.0.0-0

v3.4.1

19 Feb 09:53
c21dd0d
Compare
Choose a tag to compare
  • resolve .ts files as well as .js files (#88)
  • docs: describe Array#forEach anti patterns (#87)

v3.4.0...v3.4.1

v3.4.0

17 Dec 12:44
4d53247
Compare
Choose a tag to compare

Thanks to @MaximDevoir for the contributions that make up this release 🎉

  • Make max buffer value consistent over node versions (#84)
  • Output violations with color where applicable (#85)

v3.3.1...v3.4.0

v3.3.1

28 Nov 11:02
7384744
Compare
Choose a tag to compare
  • Use correct read-pkg-up API (#83)

v3.3.0...v3.3.1

v3.3.0

25 Nov 13:06
420cd0f
Compare
Choose a tag to compare
  • Add no-implied-eval rule (#80)

v3.2.2...v3.3.0

v3.2.2

07 Nov 10:45
54b4a4b
Compare
Choose a tag to compare

🐛Fix arguments passed to @typescript-eslint/array-type (#78)

v3.2.1...v3.2.2