We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5696ac5 + 1c13f37 commit 1732bd2Copy full SHA for 1732bd2
.eslintrc.js
@@ -0,0 +1,7 @@
1
+/*
2
+ * Copyright (c) 2023 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
5
+ */
6
+
7
+module.exports = require('./config/eslintrc');
package.json
@@ -129,8 +129,5 @@
129
"@commander-js/extra-typings": "^10.0.3"
130
},
131
"typings": "./typings/generated/src/index.d.ts",
132
- "eslintConfig": {
133
- "extends": "./config/eslintrc"
134
- },
135
"prettier": "./config/prettier.config.js"
136
}
0 commit comments