1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00
Files
php-flarum/framework/core/.eslintignore
Toby Zerner 9e58a30e16 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/**/*