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

7 lines
84 B
JavaScript
Raw Normal View History

2023-08-17 09:47:40 +00:00
module.exports = {
globals: {
jQuery: false,
$: true,
},
};