wishthis/node_modules/fomantic-ui/examples/.eslintrc.js
2023-08-17 11:47:40 +02:00

6 lines
84 B
JavaScript

module.exports = {
globals: {
jQuery: false,
$: true,
},
};