mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"name": "eslint-config-prettier",
|
|
"version": "8.3.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"
|
|
}
|
|
}
|