You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.eslintrc.js 118B

123456789
  1. module.exports = {
  2. globals: {
  3. jsdom: true,
  4. sinon: true,
  5. },
  6. rules: {
  7. "node/no-unpublished-import": 'off'
  8. }
  9. }