Initial Commit, eslint rules
This commit is contained in:
commit
7b9db430ea
16 changed files with 2365 additions and 0 deletions
59
package.json
Normal file
59
package.json
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"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/TODO"
|
||||
},
|
||||
"readmeFilename": "README.md",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
"lint",
|
||||
"lintint",
|
||||
"node",
|
||||
"react",
|
||||
"typescript",
|
||||
"backend",
|
||||
"code",
|
||||
"style"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue