feat: Add slashcommand api
This commit is contained in:
@@ -9,7 +9,14 @@ const metoyouEslintRules = require('./tools/eslint-rules');
|
||||
|
||||
module.exports = tseslint.config(
|
||||
{
|
||||
ignores: ['**/.angular/**', '**/generated/*', '**/dist/**', '**/migrations/**', 'release/**']
|
||||
ignores: [
|
||||
'**/.angular/**',
|
||||
'**/android/**',
|
||||
'**/generated/*',
|
||||
'**/dist/**',
|
||||
'**/migrations/**',
|
||||
'release/**'
|
||||
]
|
||||
},
|
||||
{
|
||||
files: ['**/*.ts'],
|
||||
|
||||
Reference in New Issue
Block a user