Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 03933c7

Browse files
chore(defaults): update (#70)
1 parent 3c7bf2c commit 03933c7

File tree

6 files changed

+1877
-1965
lines changed

6 files changed

+1877
-1965
lines changed

.eslintrc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ module.exports = {
33
plugins: ['prettier'],
44
extends: ['@webpack-contrib/eslint-config-webpack'],
55
rules: {
6-
'prettier/prettier': [
7-
'error',
8-
{ singleQuote: true, trailingComma: 'es5', arrowParens: 'always' },
9-
],
6+
'prettier/prettier': ['error'],
107
},
11-
};
8+
};

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
package-lock.json -diff
22
* text=auto
33
bin/* eol=lf
4+
yarn.lock -diff

.prettierrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
8181

8282
## License
8383

84-
#### [MIT](./LICENSE)
84+
[MIT](./LICENSE)
8585

8686
[npm]: https://img.shields.io/npm/v/raw-loader.svg
8787
[npm-url]: https://npmjs.com/package/raw-loader

0 commit comments

Comments
 (0)