mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-21233 Enable no angular material selectors rule for adf (#9430)
* AAE-20779 enable material selectors rule * AAE-20779 fixes in units in already covered libs * AAE-20779 simplified local package linking
This commit is contained in:
8
lib/eslint-angular/main.js
Normal file
8
lib/eslint-angular/main.js
Normal file
@@ -0,0 +1,8 @@
|
||||
require('ts-node').register({
|
||||
compilerOptions: {
|
||||
module: 'commonjs',
|
||||
target: 'es2019',
|
||||
},
|
||||
});
|
||||
|
||||
module.exports = require('./index.ts');
|
Reference in New Issue
Block a user