Repository URL to install this package:
|
Version:
1.2.1 ▾
|
@spoqa/eslint-config-spoqa
/
package.json
|
|---|
{
"name": "@spoqa/eslint-config-spoqa",
"version": "1.2.1",
"description": "Spoqa Javascript Style Guide",
"main": "recommended.js",
"files": [
"recommended.js",
"react.js",
"next.js"
],
"repository": "https://github.com/spoqa/eslint-config-spoqa",
"author": "Spoqa Programmers <dev@spoqa.com>",
"scripts": {
"lint": "yarn prettier --check **/*.js"
},
"peerDependencies": {},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"typescript": "^4.0.5"
},
"devDependencies": {
"husky": "^4.3.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}