No description
Find a file
Johan Gunawan 69d96e3e2d
Merge pull request #69 from Safelite/enhancement/add-eslint
Add eslint and the configuration needed to lint javascript and vue files.

Please note that these commits do not enforce the rules unless eslint command is executed manually. So these rules are not going to interfere with our current process until we have a discussion what style we should be using and started to enforce it in our process.

It is still a good start to have these settings so if anyone want to lint their code they can by running the command below.

npx eslint [specific file if neeeded]
2022-12-08 14:18:52 -05:00
public Updates 2022-11-07 13:49:26 -05:00
src Match folder structure for icons in DigitalConsumer.FixMyGlass 2022-12-07 15:02:29 -05:00
.browserslistrc Init 2022-09-06 15:28:59 -04:00
.eslintrc.js Add eslint 2022-12-08 11:37:15 -05:00
.gitignore Test config, one test 2022-09-19 10:55:21 -04:00
azure-pipelines.yml Merge branch 'develop' into feature/Digital/SSR-52 2022-10-27 11:55:13 -04:00
babel.config.js Test config, one test 2022-09-19 10:55:21 -04:00
jest.config.js config update - move reporter settings from scripts to jest.config.js 2022-09-19 13:49:24 -04:00
package-lock.json Add eslint 2022-12-08 11:37:15 -05:00
package.json Add eslint 2022-12-08 11:37:15 -05:00
README.md Init 2022-09-06 15:28:59 -04:00
vue.config.js brought over custom mixins for button gradient, added links to google fonts to fix font-weight issue, finished tests vehicle make. 2022-11-01 14:44:57 -04:00
vue.release.config.js brought over custom mixins for button gradient, added links to google fonts to fix font-weight issue, finished tests vehicle make. 2022-11-01 14:44:57 -04:00

digitalconsumer.iss

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.