chatgpt-api/.eslintrc.json

6 wiersze
96 B
JSON

2024-05-17 01:22:07 +00:00
{
"root": true,
2024-06-03 20:06:41 +00:00
"extends": ["@fisch0920/eslint-config/node"],
2024-08-17 09:36:19 +00:00
"ignorePatterns": ["out"]
2024-05-17 01:22:07 +00:00
}