Skip to content

Commit 90445dd

Browse files
style: default prettier options
1 parent 0420b78 commit 90445dd

File tree

275 files changed

+1592
-1567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+1592
-1567
lines changed

.eslintrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
root: true,
3-
parser: 'babel-eslint',
4-
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
3+
parser: "babel-eslint",
4+
extends: ["@webpack-contrib/eslint-config-webpack", "prettier"],
55
};

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: Run tests for webpack version latest with experimentalUseImportModule
158158
run: npm run test:coverage -- --ci
159159
env:
160-
EXPERIMENTAL_USE_IMPORT_MODULE: 'true'
160+
EXPERIMENTAL_USE_IMPORT_MODULE: "true"
161161

162162
- name: Submit coverage data to codecov
163163
uses: codecov/codecov-action@v1

.prettierrc.js

-1
This file was deleted.

0 commit comments

Comments
 (0)