Skip to content

Commit 2d98c63

Browse files
committed
exclude dist from linter
1 parent 2efedd7 commit 2d98c63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
[![Actions Status](https://github.com/daria-z/frontend-project-11/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/daria-z/frontend-project-11/actions)
66

77
## Maintainability
8+
89
[![Maintainability](https://qlty.sh/badges/c844bad3-843c-45f0-818d-ce89db985001/maintainability.svg)](https://qlty.sh/gh/daria-z/projects/frontend-project-11)

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from "eslint/config";
33

44
export default defineConfig([
55
{
6-
ignores: ["node_modules/**", "dist/**", "__fixtures__/**"],
6+
ignores: ["node_modules/**", "dist/**", "src/dist/**", "__fixtures__/**"],
77
},
88
{
99
files: ["**/*.{js,mjs,cjs}"],

0 commit comments

Comments
 (0)