Skip to content

Commit 7fffbed

Browse files
prettier
1 parent 1da2632 commit 7fffbed

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"trailingComma": "es5",
3-
"tabWidth": 4,
4-
"semi": false,
5-
"singleQuote": true
2+
"trailingComma": "es5",
3+
"tabWidth": 4,
4+
"semi": false,
5+
"singleQuote": true
66
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "prettier-es5",
3-
"version": "0.0.3",
4-
"description": "Prettier settings for trailing comma, tab width, semi colons and single quotes.",
5-
"main": "index.json",
6-
"license": "MIT",
7-
"keywords": [
8-
"prettier",
9-
"es5",
10-
"eslint",
11-
"prettier-config"
12-
],
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/StackOverflowIsBetterThanAnyAI/prettier-es5"
16-
}
2+
"name": "prettier-es5",
3+
"version": "0.0.3",
4+
"description": "Prettier settings for trailing comma, tab width, semi colons and single quotes.",
5+
"main": "index.json",
6+
"license": "MIT",
7+
"keywords": [
8+
"prettier",
9+
"es5",
10+
"eslint",
11+
"prettier-config"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/StackOverflowIsBetterThanAnyAI/prettier-es5"
16+
}
1717
}

0 commit comments

Comments
 (0)