test/apps/api/.eslintrc.js

10 lines
202 B
JavaScript
Raw Permalink Normal View History

2024-05-07 16:24:43 +00:00
/** @type {import("eslint").Linter.Config} */
2024-05-09 08:26:37 +00:00
2024-05-07 16:24:43 +00:00
module.exports = {
root: true,
parserOptions: {
project: true,
},
extends: [require.resolve('@3rapp/code-config/eslint/nest')],
};