Skip to content

Commit

Permalink
Remove formatting rules from ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored May 6, 2024
1 parent 29fd50a commit b97c085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ module.exports = [
}
},
rules: {
quotes: ['error', 'single'],
semi: ['error', 'never'],
'no-console': 'off'
}
},
Expand Down

0 comments on commit b97c085

Please sign in to comment.