👕 Update lint config

This commit is contained in:
Iván Ovejero 2022-12-29 17:56:50 +01:00
commit 979eefad2e
2 changed files with 11 additions and 7 deletions

View file

@ -1,5 +1,9 @@
/**
* @type {import('@types/eslint').ESLint.ConfigData}
*/
module.exports = {
extends: "./.eslintrc.js",
overrides: [
{
files: ['package.json'],