Skip to content

Commit

Permalink
Merge pull request #850 from NordicSemiconductor/fix/format-md-files-…
Browse files Browse the repository at this point in the history
…excep-in-docs

Fix: format md file
  • Loading branch information
kylebonnici authored Dec 12, 2023
2 parents ff23c9c + ea8e961 commit 6aa7120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ every new version is a new major version.
### Changed

- `showLogByDefault` will not be used if `isLogVisible` is set.
- Run eslint or prettier on all Markdown (.md) files except the ones in `docs`
folder.

## 140.0.0 - 2023-12-07

Expand Down
2 changes: 1 addition & 1 deletion config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
'prettier',
],
ignorePatterns: [
'*/**.md',
'docs/',
'package-lock.json',
'scripts/nordic-publish.js',
'typings/generated',
Expand Down
1 change: 0 additions & 1 deletion config/prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

module.exports = {
ignore: ['*/**.md'],
singleQuote: true,
tabWidth: 4,
arrowParens: 'avoid',
Expand Down

0 comments on commit 6aa7120

Please sign in to comment.