Skip to content

Commit

Permalink
disable prettier errors for some files
Browse files Browse the repository at this point in the history
  • Loading branch information
ra-phael committed Feb 24, 2023
1 parent 9590111 commit 5932302
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ require('@uniswap/eslint-config/load')

module.exports = {
extends: '@uniswap/eslint-config/react',
overrides: [
{
files: ['src/constants/chains.ts', 'src/constants/locales.ts', 'src/state/routing/utils.ts'],
rules: {
'prettier/prettier': 'off',
},
},
],
}

0 comments on commit 5932302

Please sign in to comment.