- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=8
tonode: >=6
adapting to ecosystem changes - Drop
semver
dependency for version-clean which is lightweight and with better ecosystem support
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=10
tonode: >=8
adapting to ecosystem changes
- Fixed
ESNext
source edition not setting the correct eslint ECMAScript version - Changed default ECMAScript version from 2019 to the latest ratified version
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Updated dependencies, base files, and editions using boundation
- Support
prettier/eslint-config-prettier
v8 which auto-configures itself - Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Disable
no-use-before-define
andno-redeclare
within TypeScript projects, as Typescript handles these better than eslint does - Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Set
worker
env if any of these keywords are present:worker
,webworker
,workers
,webworkers
- Added support for Base UI
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8
tonode: >=10
to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=6
tonode: >=8
to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Change engines to be
>=6
- Update dependencies
- Swap out support for the deprecated typescript eslint packages with the new packages that they recommend
typescript-eslint-parser
to@typescript-eslint/parser
eslint-plugin-typescript
to@typescript-eslint/eslint-plugin
- Fixed dependencies that are github references preventing dependency detection from functioning correctly
- Fixed
Parsing error: Invalid ecmaVersion
by defaultingecmaVersion
to2019
instead of the dynamic next year, which is now2020
Adapter changes:
- TypeScript source type is no longer enforced to
module
, it is now detected based on the edition tags - Better detection of React and FlowType projects
- Add support for React Hooks
- Set the needed React plugin version configuration, based on the react version from your dependencies
Rule changes:
- Change
spaced-comment
rule to support TypeScript///
directives
- Included file extension in
package.json:main
- Updated description
- Abstracted out from bevry/base
- Added prettier integration