mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"extends": "./node_modules/gts/",
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2021
|
|
},
|
|
"rules": {
|
|
"node/no-unpublished-import": "off",
|
|
"node/no-unpublished-require": "off"
|
|
}
|
|
}
|