nandtotetris / computer-visualizer

0 stars 0 forks source link

build: configure standard to understand latest es6 features #50

Closed henok-tesfaye closed 3 years ago

henok-tesfaye commented 3 years ago

What kind of change does this PR introduce? It's a build PR which configures standard to understand the latest es6 features like class properties... https://standardjs.com/#how-do-i-use-experimental-javascript-es-next-features

Since babel-eslint package has already installed with react-scripts package, we don't need to install it again.

Does this PR introduce a breaking change? No

What needs to be documented once your changes are merged? Nothing