Skip to content

Commit

Permalink
Merge pull request #63 from Service-Soft/dev
Browse files Browse the repository at this point in the history
Release 18.0.0
  • Loading branch information
tim-fabian authored May 28, 2024
2 parents ac580b4 + b5ed808 commit 2e7611f
Show file tree
Hide file tree
Showing 81 changed files with 15,309 additions and 12,741 deletions.
103 changes: 0 additions & 103 deletions .eslintrc.json

This file was deleted.

Empty file added cspell.words.txt
Empty file.
18 changes: 18 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const config = require('eslint-config-service-soft');

module.exports = [
...config,
{
files: ['**/ngx-material-navigation/**/*.ts'],
rules: {
'angular/component-selector': [
'warn',
{
style: 'kebab-case',
type: 'element',
prefix: 'ngx-mat-navigation'
}
]
}
}
];
Loading

0 comments on commit 2e7611f

Please sign in to comment.