@cognigy/rest-api-client
Version:
Cognigy REST-Client
28 lines • 519 B
JSON
{
"extends": [
"prettier",
"./.eslintConfig"
],
"plugins": [
"prettier"
],
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
"prettier/prettier": [
"error",
{
"singleQuote": false,
"parser": "typescript",
"useTabs": true,
"printWidth": 80,
"trailingCommas": "none"
}
],
"no-useless-escape": "off",
"object-curly-newline": "off",
"no-mixed-spaces-and-tabs": "off",
"indent": "off",
"node/no-unpublished-require": "off",
"node/no-missing-require": "off"
}
}