@lego/eslint-config-react
Version:
LEGO shareable eslint config for js projects
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "@lego/eslint-config-react",
"version": "7.1.2",
"description": "LEGO shareable eslint config for js projects",
"keywords": [
"eslint",
"eslint-config",
"eslint-config-react"
],
"homepage": "https://github.com/LEGO/linter-configs#readme",
"bugs": {
"url": "https://github.com/LEGO/linter-configs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LEGO/linter-configs.git"
},
"license": "MIT",
"author": "Vincent Briglia <vincent.briglia@lego.com>",
"main": "lib/cjs/index.js",
"types": "lib/types/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"src"
],
"scripts": {
"build": "yarn clean && yarn build:cjs",
"build:cjs": "tsc --outDir lib/cjs --declarationDir lib/types",
"clean": "rimraf ./lib *.tsbuildinfo",
"compile": "tsc -b ./tsconfig.json --verbose",
"healthcheck": "eslint-find-rules -du --no-core ./lib/cjs/index.js",
"lint": "eslint src --ext .ts,.tsx --ignore-path ../../.eslintignore",
"prepublishOnly": "npm run build"
},
"dependencies": {
"eslint": "7.32.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0"
},
"devDependencies": {
"@types/node": "16.7.1",
"eslint-find-rules": "3.6.1",
"rimraf": "3.0.2",
"typescript": "4.3.5"
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d7a6a570eef0139e6db38379598e60655547c7bf"
}