Skip to content

Commit bc50fb7

Browse files
committed
Maybe fix
1 parent 9232d33 commit bc50fb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import typescriptEslint from 'typescript-eslint';
22
import jsConfig from 'eslint-config-xo';
3+
import stylistic from '@stylistic/eslint-plugin';
34

45
const getNamingConventionRule = ({isTsx}) => ({
56
'@typescript-eslint/naming-convention': [
@@ -697,7 +698,8 @@ export default typescriptEslint.config(
697698
...jsConfig,
698699
{
699700
plugins: {
700-
'@typescript-eslint': typescriptEslint.plugin
701+
'@typescript-eslint': typescriptEslint.plugin,
702+
'@stylistic': stylistic,
701703
},
702704
languageOptions: {
703705
sourceType: 'module',

0 commit comments

Comments
 (0)