mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-20 12:48:58 +00:00
14 lines
207 B
JavaScript
14 lines
207 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
commonjs: true,
|
|
es2021: true,
|
|
node: true,
|
|
},
|
|
extends: ['airbnb-base', 'prettier'],
|
|
parserOptions: {
|
|
ecmaVersion: 13,
|
|
},
|
|
rules: {},
|
|
};
|