Skip to content

Commit

Permalink
tweak lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed May 9, 2023
1 parent 3a4eba9 commit 7654b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'react/no-children-prop': [0],
'linebreak-style': ['error', 'unix'],
'quotes': ['error', 'single'],
'semi': ['error', 'always']
'semi': ['error', 'always'],
'react/no-unknown-property': [0]
}
};

0 comments on commit 7654b5f

Please sign in to comment.