Validate the wire format against node-smpp and add CI
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import eslint from '@eslint/js';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
export default tseslint.config(
|
||||
{ ignores: ['dist/'] },
|
||||
{ ignores: ['dist/', 'dist-test/'] },
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.strictTypeChecked,
|
||||
tseslint.configs.stylisticTypeChecked,
|
||||
|
||||
Reference in New Issue
Block a user