Skip to content

Commit

Permalink
Merge pull request #921 from NordicSemiconductor/fix/lint-issue
Browse files Browse the repository at this point in the history
Fix/lint issue
  • Loading branch information
kylebonnici authored Dec 7, 2023
2 parents f801d31 + f661389 commit e52fb1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
*/

module.exports = require('@nordicsemiconductor/pc-nrfconnect-shared/config/eslintrc');
const defaultEslintrc = require('@nordicsemiconductor/pc-nrfconnect-shared/config/eslintrc');

module.exports = {
...defaultEslintrc,
ignorePatterns: [...defaultEslintrc.ignorePatterns, 'doc/docs'],
};
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.3.0 - UNRELEASED
## 4.3.0 - 2023-12-07

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nrfconnect",
"version": "4.3.0-pre2",
"version": "4.3.0",
"description": "nRF Connect for Desktop",
"repository": {
"type": "git",
Expand Down

0 comments on commit e52fb1e

Please sign in to comment.