Skip to content

Commit

Permalink
fix(eslint): revert no-restricted-syntax (#23)
Browse files Browse the repository at this point in the history
revert no-restricted-syntax
  • Loading branch information
kevzzsk authored Nov 6, 2023
1 parent 2075c62 commit 451ddb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/standard-linter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ module.exports = {
"no-await-in-loop": "off",
// functions and classes are going to be hoisted in runtime
"no-use-before-define": ["error", { functions: false, classes: false }],
// https://github.com/airbnb/javascript/issues/1271
"no-restricted-syntax": "off",

// Fix airbnb-typescript/base rule to allow leading underscores for unused vars
"@typescript-eslint/naming-convention": [
Expand Down

0 comments on commit 451ddb1

Please sign in to comment.