wishthis/node_modules/fomantic-ui/tasks/.eslintrc.js

10 lines
200 B
JavaScript
Raw Normal View History

2023-08-17 09:47:40 +00:00
module.exports = {
rules: {
'no-use-before-define': 'off', // TODO code should be fixed and this ignore removed
},
globals: {
files: true,
Package: true,
},
};