The intent of this development is to build a product that will support digital procurement needs for the BC Government including services such as, but not limited to, Sprint With Us, Code With Us, The Procurement Concierge.
Apache License 2.0
0
stars
0
forks
source link
Adjust eslint for future integration with prettier #32
As a developer, in the future I want to integrate prettier formatting into the Digital Marketplace, so that we can have consistently formatted, readable code.
DoD:
Extend prettier in eslintrc.js, this allows eslint and prettier to play nice together
Add commented out entry to pre-commit-config.yaml that will be uncommented at a later date to allow pre-commit to scan staged files.
Create .prettierignore file to include dirs and files that are ignored by prettier
ref #27
As a developer, in the future I want to integrate prettier formatting into the Digital Marketplace, so that we can have consistently formatted, readable code.
DoD:
eslintrc.js
, this allows eslint and prettier to play nice togetherpre-commit-config.yaml
that will be uncommented at a later date to allowpre-commit
to scan staged files..prettierignore
file to include dirs and files that are ignored byprettier