Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit be42ea4

Browse files
chore(defaults): update (#22)
1 parent 84998aa commit be42ea4

File tree

13 files changed

+1232
-1083
lines changed

13 files changed

+1232
-1083
lines changed

.circleci/config.yml

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

.prettierrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
singleQuote: true,
3+
trailingComma: 'es5',
4+
arrowParens: 'always',
5+
};

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Please take a moment to read our contributing guidelines if you haven't yet done
6565
[node-url]: https://nodejs.org
6666
[deps]: https://david-dm.org/webpack-contrib/null-loader.svg
6767
[deps-url]: https://david-dm.org/webpack-contrib/null-loader
68-
[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/null-loader.svg
69-
[tests-url]: https://circleci.com/gh/webpack-contrib/null-loader
68+
[tests]: https://dev.azure.com/webpack-contrib/null-loader/_apis/build/status/webpack-contrib.null-loader?branchName=master
69+
[tests-url]: https://dev.azure.com/webpack-contrib/null-loader/_build/latest?definitionId=9&branchName=master
7070
[cover]: https://codecov.io/gh/webpack-contrib/null-loader/branch/master/graph/badge.svg
7171
[cover-url]: https://codecov.io/gh/webpack-contrib/null-loader
7272
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg

appveyor.yml

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

0 commit comments

Comments
 (0)