gantt/.eslintrc
Faris Ansari e55107ee82 [v0.1.0] Major Refactor
- Remove moment and Snap dependencies
- Use Rollup as build tool
- Use Prettier for linting/styling
- Use Jest for testing
- Use yarn
2018-02-11 16:48:44 +05:30

8 lines
138 B
Plaintext

{
"extends": ["plugin:prettier/recommended"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}