Skip to content
Snippets Groups Projects
Commit 97a3bd77 authored by Brian Peiris's avatar Brian Peiris
Browse files

update linters

parent 50e6ce9f
No related branches found
No related tags found
No related merge requests found
!.eslintrc.js
src/vendor/*
scripts/bot/node_modules/
#!/usr/bin/env bash
if [ `git diff yarn.lock | wc -l` -ne 0 ]; then
if [ `git diff '**/yarn.lock' | wc -l` -ne 0 ]; then
echo ""
tput setaf 1
echo "!! UNCOMMITED YARN.LOCK CHANGES !!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment