api3dao / eslint-plugin-commons

The standard ESLint rule set for API3 projects
0 stars 0 forks source link

Initialize repo #2

Closed dcroote closed 3 months ago

dcroote commented 3 months ago

It's probably best to review commit by commit.

I tested by running pnpm pack, then installed the resulting tarbell with pnpm install -D file:node_modules/api3-eslint-plugin-commons-0.0.1.tgz within the OIS repo locally, then added the line "plugin:@api3/eslint-plugin-commons/universal", to .eslintrc.json. Running eslint resulted in way too many lints I didn't like (still), but that is for another PR.