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

Commit

Permalink
chore(defaults): update (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Mar 18, 2019
1 parent 3c7bf2c commit 03933c7
Show file tree
Hide file tree
Showing 6 changed files with 1,877 additions and 1,965 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Expand Up @@ -3,9 +3,6 @@ module.exports = {
plugins: ['prettier'],
extends: ['@webpack-contrib/eslint-config-webpack'],
rules: {
'prettier/prettier': [
'error',
{ singleQuote: true, trailingComma: 'es5', arrowParens: 'always' },
],
'prettier/prettier': ['error'],
},
};
};
1 change: 1 addition & 0 deletions .gitattributes
@@ -1,3 +1,4 @@
package-lock.json -diff
* text=auto
bin/* eol=lf
yarn.lock -diff
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done

## License

#### [MIT](./LICENSE)
[MIT](./LICENSE)

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

0 comments on commit 03933c7

Please sign in to comment.