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