flickity
Version:
Touch, responsive, flickable carousels
24 lines (22 loc) • 398 B
JavaScript
/* eslint-env node */
module.exports = {
plugins: [ 'metafizzy' ],
extends: 'plugin:metafizzy/browser',
env: {
browser: true,
commonjs: true,
},
parserOptions: {
ecmaVersion: 5,
},
globals: {
Flickity: 'readonly',
QUnit: 'readonly',
define: 'readonly',
},
rules: {
'no-var': 'off',
strict: 'off',
},
ignorePatterns: [ 'bower_components' ],
};