renommage de lib, rendre buildable
This commit is contained in:
parent
1706c64713
commit
a89007a81b
9896 changed files with 478996 additions and 496 deletions
|
@ -1,32 +0,0 @@
|
|||
// @ts-check
|
||||
const tseslint = require("typescript-eslint");
|
||||
const rootConfig = require("../../eslint.config.js");
|
||||
|
||||
module.exports = tseslint.config(
|
||||
...rootConfig,
|
||||
{
|
||||
files: ["**/*.ts"],
|
||||
rules: {
|
||||
"@angular-eslint/directive-selector": [
|
||||
"error",
|
||||
{
|
||||
type: "attribute",
|
||||
prefix: "lib",
|
||||
style: "camelCase",
|
||||
},
|
||||
],
|
||||
"@angular-eslint/component-selector": [
|
||||
"error",
|
||||
{
|
||||
type: "element",
|
||||
prefix: "lib",
|
||||
style: "kebab-case",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["**/*.html"],
|
||||
rules: {},
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue