Add support for less variables and using a custom theme

This commit is contained in:
Gabe Kangas
2022-04-17 22:32:57 -07:00
parent 1c77219a75
commit 3ce6fd4cb3
13 changed files with 135 additions and 135 deletions

View File

@@ -19,6 +19,7 @@ module.exports = {
sourceType: 'module',
},
plugins: ['react', 'prettier', '@typescript-eslint'],
ignorePatterns: ['!./storybook/**'],
rules: {
'prettier/prettier': 'error',
'react/react-in-jsx-scope': 'off',