Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 2ff7ca5

Browse files
Gozalaachingbrain
andauthoredOct 6, 2020
chore: use eslint-config-ipfs (#3287)
Uses shared eslint config `eslint-config-ipfs` by integrating ipfs/aegir#638. Shared config uses new jsdoc plugin enabling use to remove bunch of `eslint-disable-next-line valid-jsdoc` comments. On the flip side it adds bit more requirements for structuring jsdoc comments. Most changes are generated automatically by eslint with `--fix` flag. This change also intentionally adds `.eslintrc` files to every package with content `{ "extends": "ipfs" }`, so that all the tools that support eslint pick up desired configuration. `eslint-config-ipfs` package itself isn't added to dependencies, because it gets installed as `aegir` dependency. Co-authored-by: achingbrain <alex@achingbrain.net>
1 parent 0c88348 commit 2ff7ca5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+247
-180
lines changed
 
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "ipfs"
3+
}

‎packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"uint8arrays": "^1.1.0"
6767
},
6868
"devDependencies": {
69-
"aegir": "^26.0.0",
69+
"aegir": "^27.0.0",
7070
"ipfsd-ctl": "^7.0.0"
7171
},
7272
"contributors": [

0 commit comments

Comments
 (0)