1
Fork 0

Add "no-import-assign" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:13:42 +02:00
parent fe503adf4c
commit e7d1b5a952

View file

@ -72,5 +72,6 @@ module.exports = {
"no-ex-assign": "error",
"no-fallthrough": "error",
"no-invalid-regexp": "error",
"no-import-assign": "error",
}
};