What SharePoint development model, framework, SDK or API is this about?
π₯ SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
[ ] π₯ Internet Explorer
[ ] π₯ Microsoft Edge
[ ] π₯ Google Chrome
[ ] π₯ FireFox
[ ] π₯ Safari
[ ] mobile (iOS/iPadOS)
[ ] mobile (Android)
[X] not applicable
[ ] other (enter in the "Additional environment details" area below)
Additional environment details
SPFx version: 1.17.3
Node.js version. 16.20.0
Describe the bug / error
.module.scss.ts files seem to be auto generated helper files for scss modules. While the framework already switched from tslint to eslint, these generated files still use /* tslint:disable */. When they exist, my eslint configuration fails.
Steps to reproduce
I really have no idea when exactly they are generated, but this process doesn't matter because it's about the file template syntax. Sometimes they appear when I run a dry tsc compile inside my husky pre-commit hooks
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
π₯ SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
.module.scss.ts
files seem to be auto generated helper files for scss modules. While the framework already switched from tslint to eslint, these generated files still use/* tslint:disable */
. When they exist, my eslint configuration fails.Steps to reproduce
I really have no idea when exactly they are generated, but this process doesn't matter because it's about the file template syntax. Sometimes they appear when I run a dry tsc compile inside my husky pre-commit hooks
Expected behavior
Eslint should ignore it. This can be done with:
or