Skip to content

Commit

Permalink
fix: update for newer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsmith22389 committed Jun 13, 2021
1 parent 2260d21 commit b0977b7
Show file tree
Hide file tree
Showing 16 changed files with 8,251 additions and 4,072 deletions.
3 changes: 0 additions & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ module.exports = {
// @var null|es5|all trailingComma
trailingComma: 'es5',

// @var none|php5|php7.2|all trailingCommaPHP
trailingCommaPHP: 'php5',

// @var bool bracketSpacing
bracketSpacing: true,

Expand Down
32 changes: 14 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ All notable changes to this project will be documented in this file. See [standa

### [2.0.5](https://github.com/nmsmith22389/eslint-config/compare/v2.0.4...v2.0.5) (2020-08-22)


### Bug Fixes

* **typescript:** update typescript rules for `[@typescript-eslint](https://github.com/typescript-eslint)` ([203b626](https://github.com/nmsmith22389/eslint-config/commit/203b6264fe796ef2ff712b74233c132b08677d08))
- **typescript:** update typescript rules for `[@typescript-eslint](https://github.com/typescript-eslint)` ([203b626](https://github.com/nmsmith22389/eslint-config/commit/203b6264fe796ef2ff712b74233c132b08677d08))

### [2.0.4](https://github.com/nmsmith22389/eslint-config/compare/v2.0.3...v2.0.4) (2020-08-18)

Expand All @@ -21,32 +20,29 @@ All notable changes to this project will be documented in this file. See [standa

## [2.0.0](https://github.com/nmsmith22389/eslint-config/compare/v1.0.2...v2.0.0) (2020-08-18)


### ⚠ BREAKING CHANGES

* The typescript and import configs now have to be imported separately from the main config.
- The typescript and import configs now have to be imported separately from the main config.

* separate typescript and import from main file ([a8177a4](https://github.com/nmsmith22389/eslint-config/commit/a8177a43a9ff02c7e9f2aed926d17186ff444e0a))
- separate typescript and import from main file ([a8177a4](https://github.com/nmsmith22389/eslint-config/commit/a8177a43a9ff02c7e9f2aed926d17186ff444e0a))

### [1.0.2](https://github.com/nmsmith22389/eslint-config/compare/v1.0.1...v1.0.2) (2020-06-11)


### Bug Fixes

* **standard-version:** add standard-version config to `package.json` ([82d7851](https://github.com/nmsmith22389/eslint-config/commit/82d7851365bc50eb36e71e520ee78f08d5cf1999))
- **standard-version:** add standard-version config to `package.json` ([82d7851](https://github.com/nmsmith22389/eslint-config/commit/82d7851365bc50eb36e71e520ee78f08d5cf1999))

### 1.0.1 (2020-06-11)


### Bug Fixes

* **npm:** add `.npmrc` for private GitHub Packages registry ([8e64dc8](https://github.com/nmsmith22389/eslint-config/commit/8e64dc81a42fd5f4e77116da356dfe8ed4ef804a))
* **npm:** change package name ([5086386](https://github.com/nmsmith22389/eslint-config/commit/5086386348c204a89739fbbaa8e2eb9e36adedbb))
* **npm:** change package name to GitHub owner name ([2e0f8c6](https://github.com/nmsmith22389/eslint-config/commit/2e0f8c6ebcee93dd3e2c00c6613997525d301f08))
* **npm:** remove private field in `package.json` ([9cfbfbd](https://github.com/nmsmith22389/eslint-config/commit/9cfbfbdcf0f212a653c12a9323ea8085397467b4))
* **npm:** update `package.json` ([d940e3a](https://github.com/nmsmith22389/eslint-config/commit/d940e3a5d0695e123351a4e44ed0986ef27f4c2a))
* **npm:** update package scripts ([0958946](https://github.com/nmsmith22389/eslint-config/commit/095894642fa53913516c8b4a20b689a9b1b23d93))
* **npm:** update repository url ([6492f7d](https://github.com/nmsmith22389/eslint-config/commit/6492f7d74d7d63ea28ae0ee9680a5727d8fa4eb2))
* **npm): revert 'fix(npm:** change package name' ([290973c](https://github.com/nmsmith22389/eslint-config/commit/290973cf7da8d1e507164f3372c2ab382224b792))
* **types:** remove output types ([39ad117](https://github.com/nmsmith22389/eslint-config/commit/39ad11775fbf1e9151f237c7826c469aee2c925f))
* **typescript:** fix deprecated option in `no-unnecessary-condition` ([5a21033](https://github.com/nmsmith22389/eslint-config/commit/5a210339980d985203a6411425ea2376864b88a8))
- **npm:** add `.npmrc` for private GitHub Packages registry ([8e64dc8](https://github.com/nmsmith22389/eslint-config/commit/8e64dc81a42fd5f4e77116da356dfe8ed4ef804a))
- **npm:** change package name ([5086386](https://github.com/nmsmith22389/eslint-config/commit/5086386348c204a89739fbbaa8e2eb9e36adedbb))
- **npm:** change package name to GitHub owner name ([2e0f8c6](https://github.com/nmsmith22389/eslint-config/commit/2e0f8c6ebcee93dd3e2c00c6613997525d301f08))
- **npm:** remove private field in `package.json` ([9cfbfbd](https://github.com/nmsmith22389/eslint-config/commit/9cfbfbdcf0f212a653c12a9323ea8085397467b4))
- **npm:** update `package.json` ([d940e3a](https://github.com/nmsmith22389/eslint-config/commit/d940e3a5d0695e123351a4e44ed0986ef27f4c2a))
- **npm:** update package scripts ([0958946](https://github.com/nmsmith22389/eslint-config/commit/095894642fa53913516c8b4a20b689a9b1b23d93))
- **npm:** update repository url ([6492f7d](https://github.com/nmsmith22389/eslint-config/commit/6492f7d74d7d63ea28ae0ee9680a5727d8fa4eb2))
- **npm): revert 'fix(npm:** change package name' ([290973c](https://github.com/nmsmith22389/eslint-config/commit/290973cf7da8d1e507164f3372c2ab382224b792))
- **types:** remove output types ([39ad117](https://github.com/nmsmith22389/eslint-config/commit/39ad11775fbf1e9151f237c7826c469aee2c925f))
- **typescript:** fix deprecated option in `no-unnecessary-condition` ([5a21033](https://github.com/nmsmith22389/eslint-config/commit/5a210339980d985203a6411425ea2376864b88a8))
Loading

0 comments on commit b0977b7

Please sign in to comment.