Skip to content

Commit

Permalink
fix: re-add compat rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 17, 2024
1 parent eb3448d commit 46305d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configurations/auto.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = [
require('./canonical').recommended,
require('./typescript').recommended,
require('./typescript-compatibility').recommended,
require('./regexp').recommended,
require('./jsdoc').recommended,
require('./react').recommended,
Expand Down
1 change: 1 addition & 0 deletions configurations/typescript-compatibility.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports.recommended = {
files: ['*.ts', '*.tsx'],
rules: {
'@babel/no-unused-expressions': 0,
'@typescript-eslint/brace-style': [
Expand Down

0 comments on commit 46305d3

Please sign in to comment.