48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@aet/eslint-configs",
|
|
"scripts": {
|
|
"build": "./build.sh",
|
|
"check-import": "for js in dist/*.js; do cat $js | grep 'require('; done"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
|
"@babel/preset-env": "^7.22.10",
|
|
"@types/babel-plugin-macros": "^3.1.0",
|
|
"@types/babel__core": "^7.20.1",
|
|
"@types/eslint": "^8.44.2",
|
|
"@types/estree": "^1.0.1",
|
|
"@types/estree-jsx": "^1.0.0",
|
|
"@types/lodash": "^4.14.197",
|
|
"@types/node": "^20.5.4",
|
|
"@typescript-eslint/types": "^6.4.1",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"dts-bundle-generator": "^8.0.1",
|
|
"esbin": "0.0.2",
|
|
"esbuild": "0.19.2",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"esbuild-register": "3.4.2",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-define-config": "^1.23.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
"glob": "^10.3.3",
|
|
"json-schema-to-ts": "^2.9.2",
|
|
"lodash": "^4.17.21",
|
|
"minimatch": "^9.0.3",
|
|
"picocolors": "^1.0.0",
|
|
"prettier": "^3.0.2",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2,
|
|
"printWidth": 90,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|
|
}
|