UNPKG

508 BJSONView Raw
1{
2 "name": "eslint-config-prettier",
3 "version": "10.0.1",
4 "license": "MIT",
5 "author": "Simon Lydell",
6 "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
7 "repository": "prettier/eslint-config-prettier",
8 "bin": "build/bin/cli.js",
9 "main": "build/index.js",
10 "files": [
11 "build"
12 ],
13 "keywords": [
14 "eslint",
15 "eslintconfig",
16 "eslint-config",
17 "eslint-prettier",
18 "prettier"
19 ],
20 "peerDependencies": {
21 "eslint": ">=7.0.0"
22 }
23}
\No newline at end of file