1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-12-22 01:03:21 +01:00
gatsby-redirect-from/.eslintrc

17 lines
286 B
Plaintext
Raw Normal View History

2018-08-30 01:11:52 +02:00
{
2024-06-07 15:48:55 +02:00
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
2018-08-30 01:11:52 +02:00
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"modules": true
}
},
"env": {
"browser": true,
"node": true,
2023-09-28 22:16:51 +02:00
"es2020": true,
"jest": true
2018-08-30 01:11:52 +02:00
}
}