Files
nextplacement/.eslintrc.js
2025-06-30 11:55:48 +05:30

11 lines
312 B
JavaScript

// This configuration only applies to the package manager root.
/** @type {import("eslint").Linter.Config} */
module.exports = {
ignorePatterns: ['apps/**', 'packages/**'],
extends: ['@workspace/eslint-config/library.js'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: true,
},
};