source: trip-planner-front/node_modules/date-format/.eslintrc@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 134 bytes
Line 
1{
2 "extends": [
3 "eslint:recommended"
4 ],
5 "env": {
6 "node": true,
7 "mocha": true
8 },
9 "plugins": [
10 "mocha"
11 ]
12}
Note: See TracBrowser for help on using the repository browser.