ab4265af9b
Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
12 lines
291 B
JavaScript
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
|