59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@ringofstorms/eslint-config",
|
|
"version": "0.1.0",
|
|
"description": "Opinionated eslint configuration for node typescript projects",
|
|
"main": "base.js",
|
|
"files": [
|
|
"src",
|
|
"base.js",
|
|
"react.js"
|
|
],
|
|
"author": "Josh (RingOfStorms)",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": ">= 4",
|
|
"eslint-config-prettier": ">= 7",
|
|
"eslint-config-react": ">= 1",
|
|
"eslint-import-resolver-typescript": ">= 2"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">= 4",
|
|
"eslint": ">= 7",
|
|
"eslint-plugin-eslint-comments": ">= 3",
|
|
"eslint-plugin-import": ">= 2",
|
|
"eslint-plugin-new-with-error": ">= 2",
|
|
"eslint-plugin-prettier": ">= 3",
|
|
"prettier": ">= 2",
|
|
"eslint-plugin-css-modules": ">= 2",
|
|
"eslint-plugin-react": ">= 7",
|
|
"eslint-plugin-react-hooks": ">= 3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">= 4",
|
|
"eslint": ">= 7",
|
|
"eslint-plugin-eslint-comments": ">= 3",
|
|
"eslint-plugin-import": ">= 2",
|
|
"eslint-plugin-new-with-error": ">= 2",
|
|
"eslint-plugin-prettier": ">= 3",
|
|
"prettier": ">= 2",
|
|
"eslint-plugin-css-modules": ">= 2",
|
|
"eslint-plugin-react": ">= 7",
|
|
"eslint-plugin-react-hooks": ">= 3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/RingOfStorms/eslint-config"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"keywords": [
|
|
"eslint",
|
|
"lint",
|
|
"lintint",
|
|
"node",
|
|
"react",
|
|
"typescript",
|
|
"backend",
|
|
"code",
|
|
"style"
|
|
]
|
|
}
|