Skip to content

Instantly share code, notes, and snippets.

@phanlyhuynh
phanlyhuynh / .babelrc
Last active October 13, 2020 08:03
Eslint file's configuration
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties",
["lodash", { "id": ["lodash", "recompose"] }],
@phanlyhuynh
phanlyhuynh / gist:e07c4933421380779e8ac8def2268c7c
Last active October 16, 2020 20:50
Error System limit for number of file watchers reached
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p