Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 46e93e7

Browse files
author
Spain
committed
eslint ignore lib and circle npm^3 (SQUASH LATER)
1 parent 3db4efd commit 46e93e7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
spec/fixtures/**/*.js
2+
lib/**/*.js

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ dependencies:
22
pre:
33
- sudo apt-get update
44
- sudo apt-get install wget
5+
override:
6+
- npm i -g npm@latest && npm i
57
post:
68
- wget -O atom-amd64.deb https://atom.io/download/deb
79
- sudo dpkg --install atom-amd64.deb || true

0 commit comments

Comments
 (0)