Revision 2a05316496a9b585cfb63f1b0fb0fef8ebbf92e0 authored by Maria Khrustaleva on 24 March 2022, 12:08:51 UTC, committed by GitHub on 24 March 2022, 12:08:51 UTC
Co-authored-by: kirill.sizov <kirill.sizov@intel.com>
1 parent 96af4f1
Raw File
.eslintrc.js
// Copyright (C) 2020-2021 Intel Corporation
//
// SPDX-License-Identifier: MIT

module.exports = {
    parserOptions: {
        parser: 'babel-eslint',
        sourceType: 'module',
        ecmaVersion: 2018,
    },
    ignorePatterns: ['.eslintrc.js', 'webpack.config.js', 'src/3rdparty/**', 'node_modules/**', 'dist/**'],
};
back to top