Skip to content

Commit 0a2fd9b

Browse files
committed
Upgrade to Prettier 3
1 parent 45c6190 commit 0a2fd9b

File tree

5 files changed

+63
-1976
lines changed

5 files changed

+63
-1976
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '16'
23+
node-version: '20'
2424

2525
- name: Install Dependencies
2626
run: npm ci

examples/base/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function main(paths) {
1414
resolve(String(data));
1515
});
1616
});
17-
})
17+
}),
1818
);
1919
}
2020

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
ecmaVersion: 'latest',
1010
},
1111
plugins: ['import', 'sort-imports-es6-autofix', 'prettier', 'jsdoc'],
12-
extends: ['prettier'],
1312
rules: {
1413
'block-scoped-var': 'error',
1514
curly: 'error',

0 commit comments

Comments
 (0)