Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feature(standard-desktop-linter): update rules (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay authored Dec 7, 2022
1 parent b232e31 commit a760884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/standard-desktop-linter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
plugins: ['react', 'react-hooks', 'prettier'],
ignorePatterns: ['/*.config.js', '*.json', 'jest.setup.js'],
rules: {
'import/no-extraneous-dependencies': 'off',
'react/react-in-jsx-scope': 'off',
'react/require-default-props': 'off',
'import/prefer-default-export': 'off',
Expand Down

0 comments on commit a760884

Please sign in to comment.