Files
speckle-server/packages/fileimport-service/.eslintrc.js
T
2022-04-27 15:11:27 +03:00

12 lines
291 B
JavaScript

/**
* Extends repo root config, only put changes here that are scoped to this specific package
* (if you already are - evaluate whether you really need package scoped linting rules)
*/
/** @type {import("eslint").Linter.Config} */
const config = {
rules: {}
}
module.exports = config