Skip to content

Commit

Permalink
chore(defaults): update (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 13, 2019
1 parent a7dee8c commit 7d022b3
Show file tree
Hide file tree
Showing 12 changed files with 1,687 additions and 1,397 deletions.
145 changes: 0 additions & 145 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG.md
Expand Up @@ -33,7 +33,7 @@ about: Something went awry and you'd like to tell us about it.

```js
// webpack.config.js
// If your bitchin' code blocks are over 20 lines, please paste a link to a gist
// If your code blocks are over 20 lines, please paste a link to a gist
// (https://gist.github.com).
```

Expand Down
5 changes: 5 additions & 0 deletions .prettierrc.js
@@ -0,0 +1,5 @@
module.exports = {
singleQuote: true,
trailingComma: 'es5',
arrowParens: 'always',
};
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -377,9 +377,11 @@ If you'd like to extract the media queries from the extracted CSS (so mobile use
[node-url]: https://nodejs.org
[deps]: https://david-dm.org/webpack-contrib/mini-css-extract-plugin.svg
[deps-url]: https://david-dm.org/webpack-contrib/mini-css-extract-plugin
[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/mini-css-extract-plugin.svg
[tests-url]: https://circleci.com/gh/webpack-contrib/mini-css-extract-plugin
[tests]: https://dev.azure.com/webpack-contrib/mini-css-extract-plugin/_apis/build/status/webpack-contrib.mini-css-extract-plugin?branchName=master
[tests-url]: https://dev.azure.com/webpack-contrib/mini-css-extract-plugin/_build/latest?definitionId=6&branchName=master
[cover]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
[chat-url]: https://gitter.im/webpack/webpack
[size]: https://packagephobia.now.sh/badge?p=mini-css-extract-plugin
[size-url]: https://packagephobia.now.sh/result?p=mini-css-extract-plugin
45 changes: 0 additions & 45 deletions appveyor.yml

This file was deleted.

0 comments on commit 7d022b3

Please sign in to comment.