Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 6af8c29

Browse files
authored
Merge pull request #8 from keik/put-prettier-last
Extend prettier at last
2 parents 1f2d960 + 406a92c commit 6af8c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ module.exports = {
66
'plugin:react/recommended',
77
'plugin:@typescript-eslint/eslint-recommended',
88
'plugin:@typescript-eslint/recommended',
9-
'prettier',
109
'plugin:jsx-a11y/recommended',
1110
'plugin:import/errors',
1211
'plugin:import/warnings',
1312
'plugin:import/typescript'
13+
'prettier',
1414
],
1515
rules: {
1616
'no-console': 'warn',

0 commit comments

Comments
 (0)