mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr>
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"extends": ["plugin:prettier/recommended"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018,
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 2015
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"project": "tsconfig.eslint.json",
|
||||
"warnOnUnsupportedTypeScriptVersion": false
|
||||
},
|
||||
"plugins": ["@nativescript"],
|
||||
"plugins": ["prettier", "@nativescript"],
|
||||
"rules": {
|
||||
"@nativescript/no-nativescript-angular-imports": "warn",
|
||||
"@nativescript/no-tns-core-modules-imports": "warn",
|
||||
|
||||
Reference in New Issue
Block a user