mirror of
https://github.com/enso-org/enso.git
synced 2025-01-06 00:03:50 +03:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
},
|
|
}
|