lambdaworld-archive/node_modules/shift-reducer/gen/.eslintrc.js

9 lines
147 B
JavaScript
Raw Normal View History

2023-04-11 20:38:39 +00:00
module.exports = {
extends: '../.eslintrc.js',
rules: {
'no-unused-vars': 'off',
'max-len': 'off',
'no-extra-parens': 'off',
}
}