feat: toast package (#1073)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"../../node_modules/@standardnotes/config/src/.eslintrc"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"ignorePatterns": ["test", "scripts", ".eslintrc", "tsconfig.json", "node_modules"],
|
||||
"ignorePatterns": ["test", "scripts", ".eslintrc", "tsconfig.json", "node_modules", "*.webpack.*.js"],
|
||||
"rules": {
|
||||
/** Style */
|
||||
"quotes": ["error", "single", { "avoidEscape": true }],
|
||||
|
||||
Reference in New Issue
Block a user