This commit is contained in:
parent
c7ee57776f
commit
1351b6aa76
@ -1,3 +1,8 @@
|
||||
import baseConfig from '../../eslint.config.mjs';
|
||||
|
||||
export default [...baseConfig];
|
||||
export default [
|
||||
...baseConfig,
|
||||
{
|
||||
ignores: ['**/platforms/**/*', '**/node_modules/**/*', '**/*.d.ts']
|
||||
}
|
||||
];
|
||||
|
||||
@ -53,9 +53,6 @@
|
||||
"clean": {
|
||||
"executor": "@nativescript/nx:clean",
|
||||
"options": {}
|
||||
},
|
||||
"lint": {
|
||||
"command": "eslint blakus-nativescript/**/*.{ts,spec.ts}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,5 +4,5 @@
|
||||
"outDir": "../dist/out-tsc",
|
||||
"types": []
|
||||
},
|
||||
"files": ["./references.d.ts", "./src/main.ts"]
|
||||
"files": ["./references.d.ts", "./src/app.ts"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user