chore(plugin-nested-docs): lint fix (#3740)

This commit is contained in:
Elliot DeNolf
2023-10-18 14:40:48 -04:00
committed by GitHub
parent f1d8fa9999
commit 4c938b5f9e
7 changed files with 17 additions and 11 deletions

View File

@@ -28,6 +28,12 @@ module.exports = {
'perfectionist/sort-vue-attributes': 'off',
},
},
{
files: ['**/*.ts'],
rules: {
'perfectionist/sort-objects': 'off',
},
},
],
parserOptions: {
project: ['./tsconfig.json'],