aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/locusts/.eslintrc.js
blob: 1de713cbf2f13aa5d569c1c3bbaf5c132e3e4532 (plain) (blame)
1
2
3
4
5
6
7
8
9
/** @type {import("eslint").Linter.Config} */
module.exports = {
  root: true,
  extends: ["@repo/eslint-config/library.js"],
  parser: "@typescript-eslint/parser",
  parserOptions: {
    project: true,
  },
};