Skip to content

Commit 1732bd2

Browse files
Merge pull request #1085 from NordicSemiconductor/replace_eslint_config
Use .eslintrc.js instead of eslintConfig
2 parents 5696ac5 + 1c13f37 commit 1732bd2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,5 @@
129129
"@commander-js/extra-typings": "^10.0.3"
130130
},
131131
"typings": "./typings/generated/src/index.d.ts",
132-
"eslintConfig": {
133-
"extends": "./config/eslintrc"
134-
},
135132
"prettier": "./config/prettier.config.js"
136133
}

0 commit comments

Comments
 (0)