add ESLint config, etc.

master
Conduitry 3 years ago
parent 11cc2c8682
commit 3bee48b548

@ -0,0 +1,6 @@
module.exports = {
root: true,
extends: '@conduitry',
env: { node: false },
globals: { GM: 'readable', unsafeWindow: 'readable' },
};

5
.gitignore vendored

@ -0,0 +1,5 @@
/node_modules/
/package-lock.json
/pnpm-lock.yaml
/shrinkwrap.yaml
/yarn.lock

@ -0,0 +1,5 @@
{
"devDependencies": {
"@conduitry/eslint-config": "git+https://chor.date/eslint-config"
}
}
Loading…
Cancel
Save