diff --git a/.aglintrc.yaml b/.aglintrc.yaml index 74d82f1..07e1263 100644 --- a/.aglintrc.yaml +++ b/.aglintrc.yaml @@ -1,6 +1,6 @@ root: true extends: - - aglint:recommended + - aglint:all syntax: - Common - UblockOrigin \ No newline at end of file diff --git a/package.json b/package.json index 3ccdd2e..a630169 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ }, "license": "LGPL-3.0-or-later", "scripts": { - "check": "aglint -f ublockorigin" + "agcheck": "aglint -f ublockorigin" } }