mirror of
https://github.com/Shopify/draggable.git
synced 2026-02-01 16:46:56 +00:00
15 lines
217 B
JavaScript
15 lines
217 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'plugin:shopify/esnext',
|
|
'plugin:shopify/prettier',
|
|
],
|
|
globals: {},
|
|
rules: {
|
|
'line-comment-position': 0,
|
|
'no-console': 0,
|
|
},
|
|
env: {
|
|
browser: true,
|
|
},
|
|
};
|