@rws-air/eslint-config-node
Version:
Standard ESLint config for RWS AIR projects written in TypeScript (without React)
57 lines (56 loc) • 1.39 kB
JSON
{
"name": "@rws-air/eslint-config-node",
"version": "2.0.7",
"description": "Standard ESLint config for RWS AIR projects written in TypeScript (without React)",
"author": "@rws-air",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/RWS-NL/air-node-packages/tree/master/packages/eslint-config-node#readme",
"scripts": {
"test": "jest",
"prelint": "yarn test && yarn build",
"lint": "eslint src __tests__ --ext js,ts --fix",
"build": "tsc -b src",
"prepublishOnly": "yarn lint"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0"
},
"files": [
"dist",
"!dist/.tsbuildinfo"
],
"engines": {
"node": ">=10",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RWS-NL/air-node-packages.git",
"directory": "packages/eslint-config"
},
"bugs": {
"url": "https://github.com/RWS-NL/air-node-packages/issues"
},
"keywords": [
"eslint-config",
"math",
"random",
"security",
"RWS-NL",
"typescript",
"ts"
],
"directories": {
"lib": "src",
"test": "__tests__"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ba50e533ddf491387774bf0d03b41e9b94eca089"
}