Skip to content

Commit a3966c2

Browse files
authored
chore: use same quotes everywhere (#169)
* chore: use same quotes everywhere Use single quotes as in cssnano. Previously the code used a mix of single and double quotes. * chore: reformat with prettier
1 parent b55adcb commit a3966c2

File tree

10 files changed

+669
-359
lines changed

10 files changed

+669
-359
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,27 @@
2828
"repository": "https://github.com/postcss/postcss-calc.git",
2929
"eslintConfig": {
3030
"extends": [
31-
"eslint:recommended"
31+
"eslint:recommended",
32+
"prettier"
3233
],
3334
"env": {
3435
"node": true,
3536
"es2017": true
3637
},
37-
"ignorePatterns": ["src/parser.js"],
38+
"ignorePatterns": [
39+
"src/parser.js"
40+
],
3841
"rules": {
3942
"curly": "error"
4043
}
4144
},
4245
"devDependencies": {
4346
"@types/node": "^17.0.14",
4447
"eslint": "^8.7.0",
48+
"eslint-config-prettier": "^8.3.0",
4549
"jison-gho": "^0.6.1-216",
4650
"postcss": "^8.2.2",
51+
"prettier": "^2.5.1",
4752
"typescript": "^4.5.5",
4853
"uvu": "^0.5.3"
4954
},

pnpm-lock.yaml

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)