mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-24 19:54:22 +01:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"extends": "./node_modules/gts/",
|
|
"overrides": [
|
|
{
|
|
"files": ["gulpfile.js", "webpack.config.js"],
|
|
"rules": {
|
|
"node/no-unpublished-require": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|