Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc.json « js « src - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7db13ac8eb92bb60d66fe7eeb35de4caf04f63e (plain)
1
2
3
4
5
6
7
8
9
10
{
    "globals": {
        "jQuery": false,
        "moment": false,
        "algoliaIndex": false
    },
    "env": {
        "browser": true
    }
}