Skip to content

Commit 7cd883e

Browse files
committed
Merge branch 'master' of github.com:code4romania/czl-web into feature/category-view
2 parents 1276b2b + e19349e commit 7cd883e

File tree

7 files changed

+1623
-42
lines changed

7 files changed

+1623
-42
lines changed

.eslintrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
extends: [
3+
'react-app',
4+
'plugin:jsx-a11y/recommended',
5+
'prettier',
6+
'prettier/react'
7+
],
8+
plugins: ['jsx-a11y']
9+
};

0 commit comments

Comments
 (0)