Skip to content

Commit 00ceac2

Browse files
author
Simon Mollweide
committed
fix: remove eslint-find-rules and update dependencies
1 parent 70bcb9d commit 00ceac2

File tree

5 files changed

+688
-780
lines changed

5 files changed

+688
-780
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.16.3
1+
12.13.1

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.13.1

dash4.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async function getConfig() {
2626
new PluginReadme({ file: 'README.md', width: [12, 8, 8] }),
2727
new PluginNpmScripts({
2828
scripts: [
29+
{ title: 'install', cmd: 'npm i' },
2930
{ title: 'test', cmd: 'npm run test' },
3031
{ title: 'lint', cmd: 'npm run lint' },
3132
{ title: 'prettier', cmd: 'npm run prettier' },
@@ -34,9 +35,7 @@ async function getConfig() {
3435
width: [12, 4, 4],
3536
}),
3637
],
37-
[
38-
new PluginDependencies(),
39-
],
38+
[new PluginDependencies()],
4039
],
4140
},
4241
],

0 commit comments

Comments
 (0)