All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.0 (2023-06-22)
- Recognize *.mjs files as ESM modules (f2c0a15)
5.0.1 (2022-08-16)
- Fix globals setup (6409f17)
5.0.0 (2022-08-16)
- Default for Node.js was switched from v12+ to v14+. To lint for Node.js v12+, rely on
node/12
configuration
- Upgrade default Node.js config to v14 (c8a8e95)
4.0.1 (2022-05-23)
- Do not recognize
fetch
global in Node.js v12 (4d6663c)
4.0.0 (2021-11-03)
- Default Node.js configuration is set for Node.js v12. Projects which support Node.js v10 need to switch to
node/10
- Upgrade default Node.js configuration to v12 (adfbb1d)
3.0.2 (2021-11-03)
- Fix
BigInt
recognition configuration (c4948c0)
3.0.1 (2021-11-03)
- Recognize
BigInt
global (27b3184)
3.0.0 (2020-08-28)
- ES2019 syntax is now accepted as valid
- Upgrade to support ES2019 (ec7e343)
2.2.0 (2020-07-27)
- Introduce Node.js v6 dedicated config (3444609)
2.1.1 (2020-06-29)
- Turn off 'no-underscore-dangle' (d91a54c)
2.1.0 (2020-05-18)
- Allow labeled statements (0bf6161)
2.0.0 (2020-04-28)
- "tests" folders are no longer recognized as test folders. Instead we recognize "test" which is widely practised convention
- Drop support for Node.js v8
- Drop support for eslint v5
1.3.0 (2020-07-15)
- Allow labeled statements (b182e61)
- Turn off 'no-underscore-dangle' (b1800dc)
1.2.1 (2019-10-28)
- Turn off 'comma-dangle' as it conflicts with Prettier (495de4a)
1.2.0 (2019-09-05)
- Include this package itself in the install instructions (b8116c1)
- Recognize 'test' folders as test files source (23fa057)
1.1.0 (2019-07-19)
- Turn off 'allowParens' for no-confusing-arrow (Prettier support) (e0f6a74)
- Turn off 'no-unused-expressions' for tests (37c1969)
- Improve *:updated scripts naming convention (868046e)
1.0.1 (2019-07-09)
- Turn off 'require-atomic-updates' due to false positives (0dd3f0c)