John Cowen 54ab9249dc ui: Move linting to the node:test script (#9385)
* Reconfigure linting to be a node-test

* Fixup linting across the project
2020-12-14 15:29:20 +00:00

12 lines
203 B
JavaScript

/* eslint-env node */
module.exports = {
"stories": [
"../app/**/*.stories.mdx"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-docs",
"@storybook/addon-controls",
]
}