Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
feat(eslint-config): remove eslint-plugin-diff (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: cktsun1031 <[email protected]>
  • Loading branch information
ckt1031 and ckt1031 authored Jan 28, 2023
1 parent 4b9057e commit ae5454a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-falcons-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ckt1031/eslint-config': patch
---

Remove `eslint-plugin-diff`
1 change: 0 additions & 1 deletion apps/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Eslint configuration for [ckt1031](https://github.com/ckt1031). The rules are ve
- [eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise) - Enforce best practices for JavaScript promises
- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) - React specific linting rules for ESLint
- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin) - Monorepo for all the tooling which enables ESLint to support TypeScript
- [eslint-plugin-diff](https://www.npmjs.com/package/eslint-plugin-diff) - ESLint plugin for diff files

## Installation

Expand Down
3 changes: 2 additions & 1 deletion apps/eslint-config/default.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable sort-keys-fix/sort-keys-fix */

const config = {
env: {
es6: true,
Expand All @@ -12,7 +14,6 @@ const config = {
},
},
extends: [
'plugin:diff/diff',
'eslint:recommended',
'plugin:react/recommended',
'plugin:regexp/recommended',
Expand Down
1 change: 0 additions & 1 deletion apps/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"eslint-plugin-autofix": "1.1.0",
"eslint-plugin-diff": "2.0.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.1",
Expand Down
11 changes: 0 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae5454a

Please sign in to comment.