We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c625f9 commit b17477aCopy full SHA for b17477a
.eslintignore
eslint.config.js
@@ -1,9 +1,9 @@
1
-import neostandard, { resolveIgnoresFromGitignore } from 'neostandard'
+const neostandard = require('neostandard')
2
3
-export default neostandard({
+module.exports = neostandard({
4
ts: true,
5
env: ['mocha'],
6
ignores: [
7
- ...resolveIgnoresFromGitignore(),
+ ...neostandard.resolveIgnoresFromGitignore(),
8
],
9
})
package.json
@@ -3,6 +3,7 @@
"version": "2.1.3",
"description": "Config parser for Socket.dev",
"homepage": "http://github.com/SocketDev/socket-config-js",
+ "type": "commonjs",
"repository": {
"type": "git",
"url": "git://github.com/SocketDev/socket-config-js.git"
0 commit comments