Commits on Source (3)
-
Corbin Uselton authored
8.6.0 8.6.0
185f5a87 -
Corbin Uselton authoredb1d814fe
-
Corbin Uselton authored
.eslintrc
deleted
100644 → 0
.eslintrc.json
0 → 100644
.npmignore
0 → 100644
.prettierrc.toml
0 → 100644
index.js
deleted
100644 → 0
... | ... | @@ -2,6 +2,16 @@ |
"name": "@corbinu/eslint-plugin-corbinu", | ||
"version": "8.6.0", | ||
"license": "MIT", | ||
"main": "dist/index", | ||
"typings": "dist/index", | ||
"scripts": { | ||
"lint": "yarn run tsc:check && eslint src --fix --ext .ts,.js", | ||
"test": "yarn run lint && yarn run tsc", | ||
"clean": "rm -rvf dist", | ||
"tsc": "tsc", | ||
"tsc:check": "tsc --noEmit", | ||
"prepare": "yarn run tsc" | ||
}, | ||
"author": { | ||
"name": "Corbin Uselton", | ||
"email": "corbinu@decimal.io" | ||
... | ... | @@ -11,30 +21,28 @@ |
"yarn": "^1.18.0", | ||
"node": ">=10.13.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --fix ." | ||
}, | ||
"main": "./index.js", | ||
"repository": "gitlab:corbinu/eslint-plugin-corbinu", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.12.0", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@typescript-eslint/eslint-plugin": "^2.15.0", | ||
"@typescript-eslint/parser": "^2.15.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-jest": "^23.1.1", | ||
"eslint-plugin-jest": "^23.4.0", | ||
"eslint-plugin-lodash": "^6.0.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-unicorn": "^14.0.1", | ||
"eslint-plugin-unicorn": "^15.0.1", | ||
"eslint-plugin-you-dont-need-lodash-underscore": "^6.8.0", | ||
"prettier": "^1.19.1" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=6.1.0" | ||
"eslint": ">=6.8.0" | ||
}, | ||
"devDependencies": { | ||
"@corbinu/eslint-plugin-corbinu": "^8.6.0", | ||
"@types/node": "^13.1.6", | ||
"eslint": "^6.8.0", | ||
"typescript": "~3.7.4" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
File moved
src/index.ts
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
tsconfig.json
0 → 100644
yarn.lock
deleted
100644 → 0
This diff is collapsed.