mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
chore: eslint ignore codegen
This commit is contained in:
@@ -9,6 +9,7 @@ for (const k in envConfig) {
|
||||
|
||||
module.exports = {
|
||||
extends: ['@nuxtjs/eslint-config-typescript'],
|
||||
ignorePatterns: ['composables/gql/'],
|
||||
rules: {
|
||||
'comma-dangle': ['warn', 'only-multiline'],
|
||||
semi: ['error', 'always'],
|
||||
|
||||
Reference in New Issue
Block a user