The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/eslint-config/package.json

34 lines
805 B

{
"name": "@rocket.chat/eslint-config",
"version": "0.5.0",
"description": "Rocket.Chat's JS ESLint config",
"devDependencies": {
"@babel/eslint-parser": "~7.22.5",
"@types/prettier": "^2.6.3",
"@typescript-eslint/eslint-plugin": "~5.60.0",
"@typescript-eslint/parser": "~5.60.0",
"eslint": "~8.43.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-anti-trojan-source": "~1.1.1",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "~27.2.2",
"eslint-plugin-prettier": "~4.2.1",
"prettier": "~2.8.8"
},
"scripts": {
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js . --fix"
},
"main": "./standard/index.js",
"files": [
"/standard",
"/original",
"/best-practices",
"/errors",
"/es6",
"/imports",
"/node",
"/style",
"/variables"
]
}