Personal-Website/gatsby/.eslintrc.js

7 lines
90 B
JavaScript

module.exports = {
globals: {
__PATH_PREFIX__: true,
},
extends: `react-app`,
}