ljharb on master
[eslint config] [base] [patch] … [eslint config] [patch] extend … Merge pull request #1996 from r… (compare)
ljharb on master
[editorial] [react] fix typo [eslint config] [*] [deps] upda… (compare)
Array.from({ length: 5 }, (, i) => i)
import React from 'React';
const App = () => (
<div>
<Statistics /> -------> Parsing error: Unexpected token /
<Deck />
</div>
);
export default App;
$ /node_modules/.bin/eslint client/src/index.jsx
C:\Users\Muhammad\Desktop\clash royale\client\src\index.jsx
11:18 error Parsing error: Unexpected token =
✖ 1 problem (1 error, 0 warnings)
npm install