Skip to content

Commit 1d177ad

Browse files
committed
chore: update safary script
1 parent 7371046 commit 1d177ad

File tree

3 files changed

+6
-2851
lines changed

3 files changed

+6
-2851
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Add files here to ignore them from prettier formatting
22
/dist
3-
/coverage
3+
/coverage
4+
/static-files

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const compat = new FlatCompat({
1111
})
1212

1313
module.exports = [
14+
{
15+
ignores: ['static-files/'],
16+
},
1417
{
1518
plugins: {
1619
'@nx': nxEslintPlugin,

0 commit comments

Comments
 (0)