45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@aet/eslint-configs",
|
|
"scripts": {
|
|
"build": "./build.sh",
|
|
"check-import": "./src/check-imports.ts"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
|
"@babel/preset-env": "^7.22.20",
|
|
"@types/babel-plugin-macros": "^3.1.1",
|
|
"@types/babel__core": "^7.20.2",
|
|
"@types/eslint": "^8.44.3",
|
|
"@types/estree": "^1.0.2",
|
|
"@types/estree-jsx": "^1.0.1",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/node": "^20.8.2",
|
|
"@typescript-eslint/types": "^6.7.4",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"dts-bundle-generator": "^8.0.1",
|
|
"esbin": "0.0.3",
|
|
"esbuild": "0.19.4",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"eslint": "8.50.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-define-config": "^1.23.0",
|
|
"fast-glob": "^3.3.1",
|
|
"json-schema-to-ts": "^2.9.2",
|
|
"lodash": "^4.17.21",
|
|
"minimatch": "^9.0.3",
|
|
"picocolors": "^1.0.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2,
|
|
"printWidth": 90,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|
|
}
|