Basic rotating phone model

This commit is contained in:
2022-01-29 13:13:35 +03:00
parent 10e90d7faa
commit 6c8e85b381
13 changed files with 72521 additions and 104 deletions

View File

@@ -13,5 +13,7 @@ module.exports = {
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'global-require': 'off',
'no-param-reassign': 'off',
},
};