Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 591bdec

Browse files
committed
Bug 1486775 - Update .eslintignore for recent devtools changes. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D4446 --HG-- extra : moz-landing-system : lando
1 parent 46fa249 commit 591bdec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.eslintignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ devtools/shared/qrcode/tests/mochitest/test_decode.html
120120
devtools/shared/tests/mochitest/*.html
121121
devtools/shared/webconsole/test/test_*.html
122122

123-
# Soon to be removed
124-
devtools/client/commandline/**
125123
# Soon to be removed, the new/ directory is explicitly excluded below due to
126124
# also being an imported repository.
127125
devtools/client/debugger/**
@@ -136,6 +134,9 @@ devtools/client/webide/preferences/**
136134
devtools/shared/preferences/**
137135
devtools/startup/preferences/devtools-startup.js
138136

137+
# Ignore devtools generated code
138+
devtools/shared/css/generated/properties-db.js
139+
139140
# Ignore devtools third-party libs
140141
devtools/shared/jsbeautify/*
141142
devtools/shared/acorn/*

0 commit comments

Comments
 (0)