We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9232d33 commit bc50fb7Copy full SHA for bc50fb7
index.js
@@ -1,5 +1,6 @@
1
import typescriptEslint from 'typescript-eslint';
2
import jsConfig from 'eslint-config-xo';
3
+import stylistic from '@stylistic/eslint-plugin';
4
5
const getNamingConventionRule = ({isTsx}) => ({
6
'@typescript-eslint/naming-convention': [
@@ -697,7 +698,8 @@ export default typescriptEslint.config(
697
698
...jsConfig,
699
{
700
plugins: {
- '@typescript-eslint': typescriptEslint.plugin
701
+ '@typescript-eslint': typescriptEslint.plugin,
702
+ '@stylistic': stylistic,
703
},
704
languageOptions: {
705
sourceType: 'module',
0 commit comments