eslint-config-polestar
Version:
ESLint configuration used by NKIA Polestar
40 lines (39 loc) • 976 B
JSON
{
"name": "eslint-config-polestar",
"version": "1.0.5",
"description": "ESLint configuration used by NKIA Polestar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://cims.nkia.net:8000/gitlab/eslint-config-polestar.git"
},
"keywords": [
"NKIA",
"Polestar",
"ESLint"
],
"author": "NKIA",
"license": "MIT",
"files": [
"index.js"
],
"peerDependencies": {
"eslint": "^7.2.0 || ^6.8.0",
"eslint-plugin-flowtype": "^5.1.3 || ^4.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.5.0 || ^1.7.0"
},
"dependencies": {
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"prettier": "^2.0.5"
},
"engines": {
"node": ">= 6"
}
}