Skip to content

Commit

Permalink
chore(package): remove old eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jan 14, 2025
1 parent 2df3f42 commit 211bc59
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,63 +101,6 @@
"arrowParens": "always",
"trailingComma": "none"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint",
"react",
"prettier"
],
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"prettier"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
"project": "./tsconfig.json",
"extraFileExtensions": [
".mjs",
".cjs"
],
"ecmaFeatures": {
"jsx": true
}
},
"globals": {
"ga": "readonly"
},
"settings": {
"react": {
"version": "detect"
}
},
"rules": {
"no-unused-vars": "off",
"prettier/prettier": "error",
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/no-use-before-define": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/no-unused-vars": [
"error",
{
"args": "after-used",
"argsIgnorePattern": "^_"
}
]
}
},
"eslintIgnore": [
"node_modules/",
"coverage/",
"demo/demo/",
"demo/panzoom.js",
"dist/",
"docs/"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down Expand Up @@ -188,7 +131,7 @@
},
"github": {
"release": true,
"tokenRef": "PERSONAL_WEBSITE_GITHUB_TOKEN"
"tokenRef": "PANZOOM_GITHUB_TOKEN"
},
"plugins": {
"@release-it/bumper": {
Expand Down

0 comments on commit 211bc59

Please sign in to comment.