Skip to content

Commit 05c2997

Browse files
author
Antoine Le Louet
committed
allows eslint the configuration files inside the .storybook folder
1 parent cb432cf commit 05c2997

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/front/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ public/*
33
.eslintrc.js
44
stylelint.config.js
55
jest.config.js
6+
!.storybook

templates/front/.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { join, dirname } from "path";
99
function getAbsolutePath(value: string): any {
1010
return dirname(require.resolve(join(value, "package.json")));
1111
}
12+
1213
const config: StorybookConfig = {
1314
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
1415
addons: [

0 commit comments

Comments
 (0)