@amsom-habitat/amsom-table 4.5.12 → 4.5.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amsom-habitat/amsom-table",
3
- "version": "4.5.12",
3
+ "version": "4.5.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -10,7 +10,7 @@
10
10
  "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
11
11
  "test:unit": "cypress run --component",
12
12
  "test:unit:dev": "cypress open --component",
13
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
13
+ "lint": "eslint src/ --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern \"**/*.stories.*\"",
14
14
  "format": "prettier --write src/",
15
15
  "storybook": "storybook dev -p 6006",
16
16
  "build-storybook": "storybook build",