chore: update eslint config

This commit is contained in:
Satyajit Sahoo
2019-12-19 22:54:18 +01:00
parent 1ea9b4524d
commit 878297e52f
32 changed files with 198 additions and 170 deletions

View File

@@ -13,5 +13,8 @@ module.exports = {
'@babel/preset-react',
'@babel/preset-typescript',
],
plugins: ['@babel/plugin-proposal-class-properties'],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-optional-chaining',
],
};