add ESLint config
This commit is contained in:
parent
67a1a6b2a8
commit
df77951791
4 changed files with 41 additions and 0 deletions
1
.eslintrc.cjs
Normal file
1
.eslintrc.cjs
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = { root: true, extends: '@conduitry' };
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/node_modules/
|
33
package-lock.json
generated
Normal file
33
package-lock.json
generated
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "dl-fur",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"devDependencies": {
|
||||
"@conduitry/eslint-config": "git+https://chor.date/eslint-config"
|
||||
}
|
||||
},
|
||||
"node_modules/@conduitry/eslint-config": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "git+https://chor.date/eslint-config#a5568929d87a77c2f32e6df4b8884ec5b1505ec4",
|
||||
"dev": true,
|
||||
"peerDependencies": {
|
||||
"eslint": ">=8"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@conduitry/eslint-config": {
|
||||
"version": "git+https://chor.date/eslint-config#a5568929d87a77c2f32e6df4b8884ec5b1505ec4",
|
||||
"dev": true,
|
||||
"from": "@conduitry/eslint-config@git+https://chor.date/eslint-config",
|
||||
"requires": {}
|
||||
}
|
||||
}
|
||||
}
|
6
package.json
Normal file
6
package.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@conduitry/eslint-config": "git+https://chor.date/eslint-config"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue