You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for some advice in regards to linting in Framework projects. My org uses a set of rules which work well for .js and .jsx files but I'm noticing the linter doesn't detect warnings/errors in .md files that use javascript fenced code blocks. This isn't a huge issue as most of the code is extracted into javascript component files, but it would be nice to ensure consistency. I'm also curious if there is a preferred eslint config for Framework projects. Loving the framework so far. Cheers!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! 👋
I'm looking for some advice in regards to linting in Framework projects. My org uses a set of rules which work well for
.js
and.jsx
files but I'm noticing the linter doesn't detect warnings/errors in.md
files that use javascript fenced code blocks. This isn't a huge issue as most of the code is extracted into javascript component files, but it would be nice to ensure consistency. I'm also curious if there is a preferredeslint
config for Framework projects. Loving the framework so far. Cheers!Beta Was this translation helpful? Give feedback.
All reactions