Skip to content

Commit

Permalink
style: prettier default options (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Nov 13, 2020
1 parent 62e8253 commit 73456d3
Show file tree
Hide file tree
Showing 46 changed files with 2,413 additions and 1,952 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
root: true,
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
extends: ["@webpack-contrib/eslint-config-webpack", "prettier"],
};
1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

Loading

0 comments on commit 73456d3

Please sign in to comment.