add ESLint config, etc.
parent
11cc2c8682
commit
3bee48b548
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: '@conduitry',
|
||||
env: { node: false },
|
||||
globals: { GM: 'readable', unsafeWindow: 'readable' },
|
||||
};
|
@ -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…
Reference in New Issue