Skip to content

Commit e52fb1e

Browse files
authored
Merge pull request #921 from NordicSemiconductor/fix/lint-issue
Fix/lint issue
2 parents f801d31 + f661389 commit e52fb1e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
55
*/
66

7-
module.exports = require('@nordicsemiconductor/pc-nrfconnect-shared/config/eslintrc');
7+
const defaultEslintrc = require('@nordicsemiconductor/pc-nrfconnect-shared/config/eslintrc');
8+
9+
module.exports = {
10+
...defaultEslintrc,
11+
ignorePatterns: [...defaultEslintrc.ignorePatterns, 'doc/docs'],
12+
};

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.3.0 - UNRELEASED
1+
## 4.3.0 - 2023-12-07
22

33
### Added
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nrfconnect",
3-
"version": "4.3.0-pre2",
3+
"version": "4.3.0",
44
"description": "nRF Connect for Desktop",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)