Skip to content

Commit faaad8d

Browse files
authored
style: use prettier defaults (#394)
1 parent 9addffd commit faaad8d

33 files changed

+815
-816
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
root: true,
3-
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
3+
extends: ["@webpack-contrib/eslint-config-webpack", "prettier"],
44
};

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-node@v2
3434
with:
3535
node-version: ${{ matrix.node-version }}
36-
cache: 'npm'
36+
cache: "npm"
3737

3838
- name: Use latest NPM
3939
run: sudo npm i -g npm
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/setup-node@v2
7373
with:
7474
node-version: ${{ matrix.node-version }}
75-
cache: 'npm'
75+
cache: "npm"
7676

7777
- name: Use latest NPM on ubuntu/macos
7878
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.prettierrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)