Skip to content

Commit

Permalink
DS-322: cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
videoeero committed Sep 23, 2024
1 parent 367b879 commit b977d51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ngx-fudis/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import path from "node:path";
import { fileURLToPath } from "node:url";
import js from "@eslint/js";
import { FlatCompat } from "@eslint/eslintrc";
import { rules } from "@angular-eslint/eslint-plugin-template";
import { IndentStyle } from "typescript";

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
Expand Down Expand Up @@ -43,10 +41,6 @@ export default [
},
},
},
{
files: ["**/*.scss"],
rules: {},
},
...compat.extends("prettier").map((config) => ({
...config,
files: ["**/transloco.config.js"],
Expand Down

0 comments on commit b977d51

Please sign in to comment.