Skip to content

Commit 4fd8e51

Browse files
authored
fix: ESLint based on airbnb (#259)
1 parent fb157b9 commit 4fd8e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-globis/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
{
1414
// RuleSet for TypeScript
1515
files: ['**/*.ts', '**/*.tsx'],
16-
extends: ['airbnb-typescript', 'airbnb/hooks', './shared.js'],
16+
extends: ['airbnb', 'airbnb-typescript', 'airbnb/hooks', './shared.js'],
1717
rules: {
1818
...reactRules,
1919
},

0 commit comments

Comments
 (0)