mirror of
https://github.com/strapi/strapi.git
synced 2025-10-28 16:39:37 +00:00
Disable no-prototype-builtins rule
This commit is contained in:
parent
d4f02d53c2
commit
37e69f2fe1
@ -41,6 +41,7 @@ module.exports = {
|
||||
rules: {
|
||||
'generator-star-spacing': 0,
|
||||
'no-console': 0,
|
||||
'no-prototype-builtins': 0,
|
||||
'require-atomic-updates': 0,
|
||||
},
|
||||
settings: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user