.eslintignore 151 B

123456
  1. # /node_modules/* and /bower_components/* ignored by default
  2. # Ignore built files except build/index.js
  3. build/*
  4. !build/index.js
  5. ../occ-portal-static/*