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

Commit

Permalink
do not extend eslint config base.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Dec 10, 2020
1 parent b269d85 commit 7c39fb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
jest: true,
node: true,
},
extends: ["@bradgarropy/eslint-config", "./rules/typescript.js"],
extends: ["./rules/typescript.js"],
overrides: [
{
files: ["*.ts", "*.tsx"],
Expand Down
177 changes: 1 addition & 176 deletions package-lock.json

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

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradgarropy/eslint-config-typescript",
"version": "0.0.2",
"version": "0.0.3",
"description": "💎 eslint configuration",
"keywords": [
"eslint",
Expand All @@ -27,21 +27,15 @@
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"@bradgarropy/eslint-config": "0.0.2",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"typescript": "^4.1.2"
},
"devDependencies": {
"@bradgarropy/eslint-config": "0.0.2",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"typescript": "^4.1.2"
}
}

0 comments on commit 7c39fb2

Please sign in to comment.