Skip to content

Commit

Permalink
Merge pull request #688 from localnerve/rc-3.6.2
Browse files Browse the repository at this point in the history
@3.6.2 - puppeteer@22.6.3
  • Loading branch information
localnerve committed Apr 7, 2024
2 parents b48abfd + e95600e commit 59acf4a
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 189 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

16 changes: 0 additions & 16 deletions .eslintrc.json

This file was deleted.

23 changes: 23 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
const js = require('@eslint/js');
const globals = require('globals');

module.exports = [{
ignores: [
'tmp/**',
'coverage/**',
'examples/**',
'test/mocha/html-snapshots/server/**'
]
}, {
languageOptions: {
sourceType: 'commonjs',
globals: {
...globals.node
}
},
files: ["**/*.js"],
rules: {
...js.configs.recommended.rules,
"no-console": 0
}
}];
Loading

0 comments on commit 59acf4a

Please sign in to comment.