mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
6 lines
161 B
JSON
6 lines
161 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/eslintrc",
|
|
"extends": ["@rocket.chat/eslint-config"],
|
|
"ignorePatterns": ["/dist/**", "/client/**", "/server/**"]
|
|
}
|