Skip to content

Commit

Permalink
fix: no ts for now
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Apr 10, 2023
1 parent bf5957c commit 164324c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
module.exports = {
rules: {
semi: ["error", "always"],
"@typescript-eslint/semi": [
"error",
"always",
],
quotes: ["error", "double"],
"@typescript-eslint/quotes": [
"error",
"double",
],
"comma-dangle": ["error", "always-multiline"],
"object-curly-newline": ["error", { multiline: true, consistent: true }],
"object-curly-spacing": ["error", "always"],
Expand Down

0 comments on commit 164324c

Please sign in to comment.