about summary refs log tree commit diff
path: root/.eslintignore
blob: d4930e1f5280020eb83d26c3d83cbcc4a35d26f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/build/**
/coverage/**
/db/**
/lib/**
/log/**
/node_modules/**
/nonobox/**
/public/**
!/public/embed.js
/spec/**
/tmp/**
/vendor/**
!.eslintrc.js