Releases: github/eslint-plugin-github
v4.1.5
Fix a bug in 4.1.4 which used an invalid value for the @typescript-eslint/no-shadow
rule
v4.1.4
This release includes a fix to the no-shadow
rule when enabled as part of the typescript
configuration. Additionally, we've done some internal work and added more tests to the existing rules.
v4.1.3
We are now pinning the svg-element-attributes
version to 1.x.x to prevent import errors. Thanks to @andykenward 🎉
Additionally, we've added some meta properties of rules and updated dependencies.
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
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
v4.0.0-0
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 tointernal
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
intoconfig/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