@coko/lint 3.0.0-alpha.0 → 3.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-alpha.1](https://gitlab.coko.foundation/cokoapps/lint/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2025-10-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * **eslint:** add docs to eslint ignore ([9e116d7](https://gitlab.coko.foundation/cokoapps/lint/commit/9e116d78718fc0c26748c690467992b18cf1aed7))
11
+
5
12
  ## [3.0.0-alpha.0](https://gitlab.coko.foundation/cokoapps/lint/compare/v2.1.0...v3.0.0-alpha.0) (2025-10-24)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coko/lint",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.0-alpha.1",
4
4
  "description": "Linter configurations and dependencies for coko's projects",
5
5
  "keywords": [
6
6
  "lint",
package/src/eslint.mjs CHANGED
@@ -246,6 +246,7 @@ const server = [
246
246
  globalIgnores([
247
247
  '**/_build',
248
248
  '**/dist',
249
+ '**/docs',
249
250
  '!**/.storybook',
250
251
  '!**/.commitlintrc.js',
251
252
  '!**/.cz-config.js',