framework/.eslintignore
Toby Zerner b792fd2efd Add JavaScript eslint config
Forked from Airbnb (https://github.com/airbnb/javascript)

To run:

    npm install -g eslint babel-eslint
    eslint .
2015-07-05 21:25:09 +09:30

6 lines
86 B
Plaintext

**/bower_components/**/*
**/node_modules/**/*
vendor/**/*
**/Gulpfile.js
**/dist/**/*