Skip to content

Commit ebb9712

Browse files
author
Artem Sapegin
committed
Chore: Update dotfiles
1 parent e34baad commit ebb9712

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[*.{json,yml,md,babelrc,eslintrc,remarkrc}]
11+
[*.{json,yml,md,babelrc,remarkrc}]
1212
indent_style = space
1313
indent_size = 2
File renamed without changes.

License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22

3-
Copyright 2018 Juho Vepsalainen, contributors
3+
Copyright 2019 Juho Vepsalainen, contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "true && npm run test:jest",
1212
"posttest": "npm run format",
1313
"lint": "eslint . --cache --fix",
14-
"format": "prettier --write '**/*.{js,md}'",
14+
"format": "prettier --write \"**/*.{js,md}\"",
1515
"test:jest": "jest",
1616
"test:watch": "jest --watch",
1717
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)