prettier-config-xo
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -32,3 +32,3 @@ { | ||
"ts-node": "8.10.2", | ||
"type-fest": "0.15.0", | ||
"type-fest": "0.15.1", | ||
"typescript": "3.9.3", | ||
@@ -38,4 +38,10 @@ "xo": "0.32.0" | ||
"engines": { | ||
"node": "12" | ||
"node": ">=10.13.0" | ||
}, | ||
"keywords": [ | ||
"xo", | ||
"prettier", | ||
"prettier-config", | ||
"xo-config" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -61,10 +67,10 @@ "main": "./tsc_output/index.js", | ||
"build": "tsc", | ||
"deploy": "semantic-release", | ||
"lint": "xo", | ||
"prebuild": "rm -rf tsc_output", | ||
"pretest": "rm -rf coverage .nyc_output", | ||
"deploy": "semantic-release", | ||
"style": "prettier --ignore-path .gitignore --check .", | ||
"test": "nyc ava" | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"xo": { | ||
@@ -79,2 +85,3 @@ "overrides": [ | ||
], | ||
"prettier": true, | ||
"rules": { | ||
@@ -89,5 +96,4 @@ "ava/no-import-test-files": [ | ||
] | ||
}, | ||
"prettier": true | ||
} | ||
} | ||
} |
@@ -1,3 +0,4 @@ | ||
# `prettier-config-xo` | ||
# [`prettier-config-xo`](https://www.npmjs.com/package/prettier-config-xo) | ||
[](https://www.npmjs.com/package/prettier-config-xo) | ||
[](https://github.com/pizzafox/prettier-config-xo/actions) | ||
@@ -4,0 +5,0 @@ [](https://github.com/xojs/xo) |
17987
18
70
45