diff --git a/README.md b/README.md index e5ef681f..93f98388 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Common configurations for building web apps at [Workleap](https://workleap.com/) | [@workleap/typescript-configs](packages/typescript-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/typescript-configs)](https://www.npmjs.com/package/@workleap/typescript-configs) | | [@workleap/tsup-configs](packages/tsup-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/tsup-configs)](https://www.npmjs.com/package/@workleap/tsup-configs) | | [@workleap/swc-configs](packages/swc-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/swc-configs)](https://www.npmjs.com/package/@workleap/swc-configs) | +| [@workleap/webpack-configs](packages/webpack-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/webpack-configs)](https://www.npmjs.com/package/@workleap/webpack-configs) | ## Have a question or found an issue? diff --git a/package.json b/package.json index dde1e0fd..7cf09ed7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:stylelint": "pnpm --filter \"@workleap/stylelint-configs\" build", "test": "jest", "lint": "pnpm run \"/^lint:.*/\"", - "lint:eslint": "eslint . --max-warnings=1 --cache --cache-location node_modules/.cache/eslint", + "lint:eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint", "lint:stylelint": "stylelint \"**/*.css\" --cache --cache-location node_modules/.cache/stylelint", "lint:types": "pnpm -r --parallel --filter \"!@workleap/typescript-configs\" exec tsc", "changeset": "changeset",