mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-20 01:51:54 +03:00
84a27b148f
* Added a new eslint plugin in TypeScript for Effect components * Fixed edge cases * Fixed lint * Fix eslint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
36 lines
889 B
JSON
36 lines
889 B
JSON
{
|
|
"name": "eslint-plugin-twenty-ts",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "rimraf ./dist && tsc --outDir ./dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
"@typescript-eslint/parser": "^6.7.0",
|
|
"@typescript-eslint/rule-tester": "^6.7.0",
|
|
"@typescript-eslint/utils": "^6.7.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-standard-with-typescript": "^39.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"jest": "^28.1.3",
|
|
"prettier": "^3.0.3",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|