UNPKG

285 BJavaScriptView Raw
1module.exports = {
2 "extends": [
3 "@tokenfoundry/eslint-config/babel",
4 "plugin:react/recommended",
5 "prettier/react",
6 ],
7 parserOptions: {
8 ecmaVersion: 2018,
9 sourceType: "module",
10 ecmaFeatures: {
11 jsx: true,
12 },
13 },
14 plugins: [
15 "react",
16 ],
17};