Skip to content

Commit

Permalink
style: default prettier options
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Jul 1, 2021
1 parent 0420b78 commit 90445dd
Show file tree
Hide file tree
Showing 275 changed files with 1,592 additions and 1,567 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
root: true,
parser: 'babel-eslint',
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
parser: "babel-eslint",
extends: ["@webpack-contrib/eslint-config-webpack", "prettier"],
};
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Run tests for webpack version latest with experimentalUseImportModule
run: npm run test:coverage -- --ci
env:
EXPERIMENTAL_USE_IMPORT_MODULE: 'true'
EXPERIMENTAL_USE_IMPORT_MODULE: "true"

- name: Submit coverage data to codecov
uses: codecov/codecov-action@v1
Expand Down
1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

Loading

0 comments on commit 90445dd

Please sign in to comment.