@cowtech/eslint-config
Version:
Cowtech's ESLint configuration
179 lines (98 loc) • 3.23 kB
Markdown
### 2020-03-09 / 6.8.5
- fix: Disable overly complicated rule.
### 2020-03-09 / 6.8.4
- fix: Typo fix.
### 2020-03-09 / 6.8.3
- fix: Added missing rule.
### 2020-03-09 / 6.8.2
- fix: Fixed wrong rules.
### 2020-03-09 / 6.8.1
- fix: Disable useless rules.
### 2020-03-09 / 6.8.0
- feat: Added TypeScript support.
- feat: Update to ESLint 6.8.0
### 2019-02-24 / 5.14.2
- chore: Improve release infrastructure.
- fix: Typo fix.
### 2019-02-24 / 5.14.1
- fix: Update React rule.
### 2019-02-24 / 5.14.0
- chore: Use proper versioning in changelog.
### 2019-02-24 / 5.0.0
### 2019-02-24 / 4.20.0
- feat: Updated to ESLint 5.x.x.
- chore: Use NPM for locking.
### 2018-06-18 / 4.19.5
- chore: Update dependencies scheme.
### 2018-05-09 / 4.19.4
- fix: Make function space completely optional.
### 2018-05-09 / 4.19.3
- fix: Fix React syntax.
### 2018-05-09 / 4.19.2
- fix: Do not enforce prop-types.
### 2018-05-09 / 4.19.1
- fix: Make compatible with prettier.
### 2018-05-09 / 4.19.0
- feat!: **Refactored to be based on Standard JS**.
- feat: Removed `ember.js` since it's now included in index.
- chore: Make `node` an alias of `index.js`.
### 2018-03-11 / 4.18.1
### 2018-02-20 / 4.18.0
### 2018-02-20 / 4.15.1
- feat: Updated license links and badges.
### 2018-01-18 / 4.15.0
### 2017-12-25 / 4.14.0
### 2017-11-28 / 4.12.0
### 2017-09-13 / 4.6.1
### 2017-09-08 / 4.6.0
- feat: Renamed script.
- feat: Renamed script.
### 2017-08-14 / 4.4.0
### 2017-07-31 / 4.3.0
### 2017-07-31 / 4.2.4
- feat: Fixed CHANGELOG.
### 2017-07-19 / 4.2.3
- fix: Bugfix.
### 2017-07-19 / 4.2.2
- feat: Switched to single quotes since to be closer to StandardJS.
### 2017-07-11 / 4.2.1
- feat: Minor update for async functions.
### 2017-07-09 / 4.2.0
- feat: Updated to ESLint 4.2.0.
### 2017-06-28 / 4.1.6
- feat: Updated ECMA version.
### 2017-06-28 / 4.1.5
- feat: Fixed references.
### 2017-06-28 / 4.1.4
- feat: Fixed references.
### 2017-06-28 / 4.1.3
- feat: Fixed references.
### 2017-06-28 / 4.1.2
- feat: Added missing files.
- feat: Fixed README.
- feat: Fixed README.
### 2017-06-28 / 4.1.1
- feat: Fixed README.
- feat: Fixed README.
- feat: Updated to ESLint 4.1.1.
### 2017-04-26 / 3.19.1
- feat: Explicitily include jest in the active environments.
### 2017-04-26 / 3.19.0
- feat: Updated ESLint.
### 2017-03-28 / 3.18.2
- feat: Enabled allowParens for no-confusing-arrow.
### 2017-03-28 / 3.18.1
- feat: Disabled requireReturnForObjectLiteral for arrow-body-style.
### 2017-03-28 / 3.18.0
- feat: Updated to ESLint 3.18 and added the following rules: `multiline-ternary`, `newline-before-return`, `no-compare-neg-zero`, `no-dupe-class-members`, `no-restricted-globals` and `nonblock-statement-body-position`.
- feat: Disabled the following rules: `global-require`, `no-case-declarations`, `no-extra-parens`, `no-sync` and `prefer-arrow-callback`.
- feat: Reordered main file to match eslint.org categories.
- feat: Added React preset.
- feat: Updated versioning scheme to match ESLint on major and minor version.
### 2017-02-06 / 1.0.2
- feat: Fixed README.
### 2017-02-06 / 1.0.1
- feat: Fixed README.
- fix: Import fix.
- fix: Import fix.
- fix: Minor fix.