[Epic] linting JSON files #16979
Labels
dev-tool
Issues related to the Azure SDK for JS dev-tool
EngSys
This issue is impacting the engineering system.
eslint plugin
This issue tracks adding checking for various parts of our
package.json
s.types
field to make sure that it has the same path listed in thefiles
list and created byapi-extractor.json
module
fieldsdk-type
fieldThis could be implemented by a simple command in
dev-tool
rather than as added rules in the ESLint plugin. The main advantage is that parsing JSON files natively in JS is simpler and more efficient than in an ESLint rule.Code pointers for anyone wanting to fix this:
The text was updated successfully, but these errors were encountered: