Skip to content

Commit

Permalink
0.0.5: remove eslint and prettier from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aschen committed Jul 28, 2022
1 parent dd5264d commit 5934ef2
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 130 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

10 changes: 5 additions & 5 deletions lib/configs/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"consistent-return": 0,
curly: 2,
"curly": 2,
"dot-notation": 2,
eqeqeq: 2,
"eqeqeq": 2,
"func-names": ["error", "always"],
"guard-for-in": 2,
"linebreak-style": [2, "unix"],
Expand Down Expand Up @@ -46,10 +46,10 @@ module.exports = {
"no-useless-call": 2,
"no-with": 2,
"require-atomic-updates": 0,
semi: [2, "always"],
strict: [2, "global"],
"semi": [2, "always"],
"strict": [2, "global"],
"vars-on-top": 2,
yoda: [2, "never"],
"yoda": [2, "never"],
"sort-keys": ["error", "asc"],
"keyword-spacing": ["error", { before: true, after: true }],
"object-curly-spacing": ["error", "always"],
Expand Down
Loading

0 comments on commit 5934ef2

Please sign in to comment.