Skip to content

Commit

Permalink
⬆️ Update lint and styleguide, run lint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsvagr committed Jul 19, 2024
1 parent 379f2f7 commit 3855cd9
Show file tree
Hide file tree
Showing 28 changed files with 2,894 additions and 1,795 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const config = require('@ackee/styleguide-backend-config/eslint')

module.exports = {
...config,
rules: {
...config.rules,
'security/detect-non-literal-fs-filename': 0,
'sonarjs/no-duplicate-string': 0,
},
}
133 changes: 71 additions & 62 deletions lib/Bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Bootstrap.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 40 additions & 33 deletions lib/Npm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Npm.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 40 additions & 34 deletions lib/PackageJson.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/PackageJson.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/Starter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3855cd9

Please sign in to comment.