Skip to content

Commit

Permalink
ruless
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Feb 6, 2025
1 parent 7d9148e commit 94854dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = Object.assign({}, js.configs.recommended, {
"import": importPlugin, // Add import plugin
},
ignores: ["node_modules/*"],
rules: Object.assign({}, tsPlugin.configs.rules, {
/* rules: Object.assign({}, tsPlugin.configs.rules, {
"linebreak-style": ["error", "unix"],
quotes: ["error", "double"],
semi: ["error", "always"],
Expand All @@ -43,5 +43,5 @@ module.exports = Object.assign({}, js.configs.recommended, {
"alphabetize": { "order": "asc", "caseInsensitive": true }
}
],
}),
}), */
});

0 comments on commit 94854dc

Please sign in to comment.