Skip to content

Commit

Permalink
document linting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 30, 2024
1 parent f5bdfa9 commit 052daa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Techstack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This project is built using the following technologies:
- Framework - [Greenwood](https://www.greenwoodjs.io/) + [WCC](https://github.com/ProjectEvergreen/wcc) (Web Components)
- Testing - [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/)
- Styling - TBD
- Linting / Formatting - TBD
- Linting / Formatting - [Prettier](https://prettier.io/), [ESLint](https://eslint.org/), [Stylelint](https://stylelint.io/), and [LS Lint](https://ls-lint.org/)
2 changes: 2 additions & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
// no stylelint 16 support yet
// https://github.com/developer-stylechain/stylelint-a11y/issues/4
// plugins: ['stylelint-a11y'],
extends: ['stylelint-prettier/recommended'],
};

0 comments on commit 052daa7

Please sign in to comment.