You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
384 B
14 lines
384 B
{
|
|
"name": "eslint-config-prettier",
|
|
"version": "9.1.0",
|
|
"license": "MIT",
|
|
"author": "Simon Lydell",
|
|
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
|
|
"repository": "prettier/eslint-config-prettier",
|
|
"bin": "bin/cli.js",
|
|
"keywords": ["eslint", "eslintconfig", "prettier"],
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
}
|