Loading backend/.eslintrc.js +2 −4 Original line number Diff line number Diff line Loading @@ -6,10 +6,7 @@ module.exports = { sourceType: 'module', }, plugins: ['@typescript-eslint/eslint-plugin'], extends: [ 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended', ], extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'], root: true, env: { node: true, Loading @@ -21,5 +18,6 @@ module.exports = { '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'off', 'max-len': ['error', { code: 120 }], }, }; backend/.prettierrc +3 −2 Original line number Diff line number Diff line { "singleQuote": true, "trailingComma": "all" "trailingComma": "all", "printWidth": 120 } Loading
backend/.eslintrc.js +2 −4 Original line number Diff line number Diff line Loading @@ -6,10 +6,7 @@ module.exports = { sourceType: 'module', }, plugins: ['@typescript-eslint/eslint-plugin'], extends: [ 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended', ], extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'], root: true, env: { node: true, Loading @@ -21,5 +18,6 @@ module.exports = { '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'off', 'max-len': ['error', { code: 120 }], }, };
backend/.prettierrc +3 −2 Original line number Diff line number Diff line { "singleQuote": true, "trailingComma": "all" "trailingComma": "all", "printWidth": 120 }