Skip to content

Commit

Permalink
fix(pickk-pay): 🔧 fix eslint config error
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Jul 5, 2021
1 parent 69c5a59 commit 2b8b6fe
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"conventionalCommits.scopes": ["common", "inicis", "Pay"]
"conventionalCommits.scopes": ["pickk-pay", "pickk-pay-client"]
}
27 changes: 27 additions & 0 deletions libraries/pickk-pay/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
"sourceType": "module"
},
"plugins": ["@typescript-eslint/eslint-plugin"],
"extends": [
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"root": true,
"env": {
"node": true,
"jest": true
},
"rules": {
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-types": "off"
}
}
28 changes: 0 additions & 28 deletions libraries/pickk-pay/.eslintrc.js

This file was deleted.

0 comments on commit 2b8b6fe

Please sign in to comment.