Lightning-Flow-Scanner / lightning-flow-scanner-core

A rule engine capable of conducting static analysis on the metadata associated with Salesforce Lightning Flows, Process Builders, and Workflows.
https://www.npmjs.com/package/lightning-flow-scanner-core
MIT License
27 stars 9 forks source link

Add tooling for consistency #88

Closed junners closed 4 months ago

junners commented 4 months ago

Description

Prettier

Code formatting

ESLint

tslint is deprecated so opted to add in eslint with typescript-eslint

Lint-staged

tooling to perform linting on staged files on commit to ensure consistency

Husky

client side hooks for automation. ensuring all tests pass and invoking lint-staged for staged files

Rollup

To eject lfs to UMD format as stated in here